phonegap-parse-plugin
phonegap-parse-plugin copied to clipboard
IOS build failed cause error: ld: framework not found Bolts
Hi,
I have use your plugin and build ios , ionic throw an error:
ld: framework not found Bolts clang: error: linker command failed with exit code 1 (use -v to see invocation)
info of my project:
Cordova CLI: 5.4.1 Gulp version: CLI version 1.2.1 Gulp local: Local version 3.9.1 Ionic Version: 1.0.1 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v4.4.4 Xcode version: Xcode 7.1 Build version 7B91b
Please help me solve this.
Try manually importing bolts into your project dependencies in XCode
ian
On Jun 22, 2016, at 4:36 AM, TechGuyVN [email protected] wrote:
Hi,
I have use your plugin and build ios , ionic throw an error:
ld: framework not found Bolts clang: error: linker command failed with exit code 1 (use -v to see invocation)
info of my project:
Cordova CLI: 5.4.1 Gulp version: CLI version 1.2.1 Gulp local: Local version 3.9.1 Ionic Version: 1.0.1 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 ios-deploy version: 1.8.6 ios-sim version: 5.0.8 OS: Mac OS X El Capitan Node Version: v4.4.4 Xcode version: Xcode 7.1 Build version 7B91b
Please help me solve this.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
Same problem here and we've tried to import it manually without success. Any update on this issue ?
Thanks a lot in advance !
Ok - so if you look at the Bolts.framework in your Finder, for me I saw that the actual Bolts executable was an alias. I happened to have a backup of the Bolts.framework which I placed in my platforms/ios directory and then added it to xcode/frameworks from there and it worked.