I tried several options on stackoverflow. But none of them seem to work.
My project is just a clean phonegap build.
I just updated phonegap from 3.3 to 3.4 and i get these messages: https://www.dropbox.com/s/7zsn21n5sakp0d3/Screenshot%202014-03-18%2012.50.03.png
i found the solution:
source
Try this...
In Xcode, click your project and go to Build Settings > Architectures > Build Active Architecture Only and set both Debug and Release to Yes.
Your error seems similar to something that happened to me.
More here... Phonegap/Cordova Build error - Apple Mach-O Linker Error: no such file or directory: libCordova.a
Check that the Build Settings > Architectures > Build Active Architecture Only settings are equal for both the CordovaLib project and your app's project. If the CordovaLib is only built for the active architecture, you will get a linker error when XCode tries to build the rest of the project for other architectures.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With