Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0, 3.1.0
-
None
Description
Somewhere along the way, the CordovaLib xcode project (not the application's project which includes CordovaLib) gets Build Settings -> Build Active Architecture Only set to "true" for Debug. This causes issues when debugging on a device, with a warning:
ld: warning: ignoring file .... Build/Products/Debug-iphoneos/libCordova.a
...
ld: symbol(s) not found for architecture armv7
Followed by errors as CordovaLib cannot be included.
Recommend that Build Active Architecture Only should be set to "false" for both Debug and Release, as such:
http://www.scribeorigins.com/files/CordovaLib_build_settings.jpg