【发布时间】:2013-08-23 04:21:46
【问题描述】:
所以我今天安装了 Xcode(4.6.3) 并试图构建一个示例项目。它使用框架 Authenticate。成功构建后项目崩溃说 Authenticate.framework image not found。搜索错误并发现需要添加复制文件构建阶段。然而问题依然存在。
错误信息是 -
dyld:库未加载:/Library/Frameworks/Authenticator.framework/Versions/A/Authenticator 引用自:/Users/Matt/Library/Developer/Xcode/DerivedData/ImageLoader/Build/Products/Debug/ImageLoader.app/Contents/MacOS/ImageLoader 原因:找不到图片
发现我有框架@/Users/Matt/Library/Developer/Xcode/DerivedData/ImageLoader/Build/Products/Debug/ImageLoader.app/Contents/Frameworks
那么我该如何更改 Xcode 使用的默认参考路径?
【问题讨论】: