dyld issues library not loaded

大城市里の小女人 提交于 2019-12-02 06:17:26

问题


When I have tried to build my target I get this error with dynamic linker:

dyld: Library not loaded: @rpath/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient

I use this iphonesim library link that referenced on path as above.

I use Xcode 4.3 and in this case I think the path wrong.

How to change this path to correct path?


回答1:


I have download this library again and recompile it.

I think this is related due XCode 4.3 have another path for framework.

Please check this link link



来源:https://stackoverflow.com/questions/10449468/dyld-issues-library-not-loaded

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!