Library not loaded: @rpath/libmwphysmod_common_foundation_core_data_struct.dylib
1 次查看(过去 30 天)
显示 更早的评论
Orignally Matlab and Simulink worked in my Mac Pro , but one day I installed Simscape Multibody and Symbolic Math Toolbox. Suddenly my Simulink interface just become blank and the following information shows up.
I have founded a lot of related problems. But I can´t find libmwphysmod_common_foundation_core_data_struct.dylib this object in my mac, and some answer mentioned DYLD_LIBRARY_PATH and LD_LIBRARY_PATH these two function, however I can´t figure it out how to use these two fuction to solve my problem.
Error using slCustomizer.staticRefresh
Unexpected exception (Bundle#409 start failed: dlopen(/Applications/MATLAB_R2019a.app/bin/maci64/builtins/physmod/sm/sli/mwphysmod_sm_sli_setup_builtinimpl.dylib,
Library not loaded: @rpath/libmwphysmod_common_foundation_core_data_struct.dylib
Referenced from: /Applications/MATLAB_R2019a.app/bin/maci64/libmwphysmod_sm_sli_setup.dylib
Reason: image not found) was caught.'
0 个评论
回答(1 个)
Pranav Verma
2020-12-8
Hi Tsung-Hsien,
Try executing the below commands in the matlab command window:
>> restore defaultpath
>> rehash toolboxcache
>> savepath
This will restore the paths.
I hope this helps.
Thanks
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!