Parse" ld:找不到框架Parse"

时间:2015-06-28 00:13:50

标签: ios xcode parse-platform xcode6 ios-frameworks

我正在尝试将Parse集成到我的项目中。我将Parse.framework,Bolts.framework复制到我的项目中,并确保框架在Build Phases中链接到。但我收到错误"框架未找到Parse",用:

" ld:未找到框架Parse clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)"

1 个答案:

答案 0 :(得分:0)

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