嗯,是的,你猜对了:通常没有找到库的常见问题。
在这种特殊情况下,奇怪的是,完全相同的项目使用我的非 MAS 构建设置编译并运行良好,但使用我的 MAS 设置启动时失败。
这是完整的错误:
dyld: Library not loaded: @rpath/ConnectionKit.framework/Versions/A/ConnectionKit
Referenced from: /Users/drkameleon/Library/Developer/Xcode/DerivedData/MyTestApp-emticmktwwdxvpfyewalbxctwglm/Build/Products/AppStore (Debug)/MyTestApp.app/Contents/MacOS/MyTestApp
Reason: image not found
怎么回事?我应该去哪里看?(@rpath
和框架链接从来都不是我的强项,我真的迷路了......)