Ios 解析";ld:未找到框架解析“;

Ios 解析";ld:未找到框架解析“;,ios,xcode,parse-platform,xcode6,ios-frameworks,Ios,Xcode,Parse Platform,Xcode6,Ios Frameworks,我正在尝试将解析集成到我的项目中。我将Parse.framework、bolt.framework复制到我的项目中,并确保在构建阶段将这些框架链接到。但我得到错误“Framework not found Parse”,原因是: “ld:未找到框架解析” 叮当声:错误:链接器命令失败,退出代码为1(使用-v查看调用)请检查以下链接 After add your parse framework to your project Click the + button in the bottom lef

我正在尝试将解析集成到我的项目中。我将Parse.framework、bolt.framework复制到我的项目中,并确保在构建阶段将这些框架链接到。但我得到错误“Framework not found Parse”,原因是:

“ld:未找到框架解析”
叮当声:错误:链接器命令失败,退出代码为1(使用-v查看调用)

请检查以下链接
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