有人可以帮我吗?
ld: warning: directory '/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk/System/Library/Frameworks' following -F not found
答案 0 :(得分:1)
这种情况正在发生,因为在Xcode 4.3中, / Developer 文件夹已移至 /Applications/Xcode.app/Contents/Developer 。
在项目构建设置的搜索路径部分中,从框架搜索路径更新路径或删除对该文件夹的任何引用。< / p>