【发布时间】:2015-09-14 16:32:01
【问题描述】:
我正在尝试将 Parse 集成到我的项目中。我将 Parse.framework、Bolts.framework 复制到我的项目中,并确保在构建阶段中链接到这些框架。但我收到错误“找不到框架解析”,其中:
"ld: 未找到框架解析 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)"
【问题讨论】:
标签: ios xcode parse-platform xcode6 ios-frameworks
我正在尝试将 Parse 集成到我的项目中。我将 Parse.framework、Bolts.framework 复制到我的项目中,并确保在构建阶段中链接到这些框架。但我收到错误“找不到框架解析”,其中:
"ld: 未找到框架解析 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)"
【问题讨论】:
标签: ios xcode parse-platform xcode6 ios-frameworks
After add your parse framework to your project
Click the + button in the bottom left of the 'Link Binary With Libraries' section and add the following libraries:
AudioToolbox.framework
CFNetwork.framework
CoreGraphics.framework
CoreLocation.framework
QuartzCore.framework
Security.framework
StoreKit.framework
SystemConfiguration.framework
libz.dylib
libsqlite3.dylib
If you're using the -ObjC linker flag required by some third-party libraries, add these as well:
Accounts.framework
Social.framework
Are kindly check the following link to https://parse.com/apps/quickstart#parse_data/mobile/ios/native/existing