Library not loaded: @rpath/lib​mwphysmod_​common_fou​ndation_co​re_data_st​ruct.dylib

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.'

Answers (1)

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

Categories

Find more on General Applications in Help Center and File Exchange

Asked:

on 10 Nov 2020

Answered:

on 8 Dec 2020

Community Treasure Hunt

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

Start Hunting!