我创建了一个使用RMSharedPreferences框架的 Mac 应用程序。打开应用程序时,它立即崩溃,我收到以下错误:
Dyld Error Message:
Library not loaded: @rpath/RMSharedPreferences.framework/Versions/A/RMSharedPreferences
Referenced from: /Users/USER/Desktop/MyApp.app/Contents/MacOS/MyApp
Reason: image not found
好像找不到框架。我尝试将复制文件阶段添加到应该复制框架的目标中,并且在 Finder 中浏览应用程序的内容时,它似乎被正确复制了。
有谁知道可能导致此错误的原因?
编辑:将框架设置为可选确实使应用程序启动时没有任何错误,但应用程序不能完全工作。任何与 RMSharedPreferences 相关的调用都将被忽略。