Dragging api is wrong in latest version of MATLAB R2023b?

1 次查看(过去 30 天)
When I start MATLAB under OSX 14.1, I got:
2023-10-27 21:04:26.773 MATLAB_maca64[15878:105567] Dragging multiple files using the deprecated NSFilenamesPboardType and dragging API. Please update to the NSDraggingSession API.

回答(1 个)

Karanjot
Karanjot 2023-11-8
Hi Jinbo,
I understand that you are using MATLAB on macOS 10.14.1, and want to resolve the following error:
2023-10-27 21:04:26.773 MATLAB_maca64[15878:105567] Dragging multiple files using the deprecated NSFilenamesPboardType and dragging API. Please update to the NSDraggingSession API.
The above error message is related to the dragging of multiple files in MATLAB under macOS 10.14.1 (Mojave) or later. This warning is related to the use of deprecated dragging APIs and suggests updating to the newer NSDraggingSession API.
Please confirm if you are using an Apple silicon mac or an Intel based mac.
Since you are using macOS X 14.1, Most likely you are using an Intel mac. It seems like MATLAB isn’t installed or configured correctly as ‘maci64’ refers to an Intel x86-64 build of the software, and ‘maca64’ refers to a native Apple Silicon build of the software.
I recommend you uninstall your current MATLAB installation and download the correct MATLAB installer for either macOS (Intel processor) or macOS (Apple silicon) from the following link and continue installation:
I hope this helps!

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by