Dooms created CB-5058:
-------------------------
Summary: CordovaLib xcode project gets assigned problematic Build
Active Architecture Only settings.
Key: CB-5058
URL: https://issues.apache.org/jira/browse/CB-5058
Project: Apache Cordova
Issue Type: Bug
Affects Versions: 3.0.0, 3.1.0
Reporter: Dooms
Priority: Critical
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
--
This message was sent by Atlassian JIRA
(v6.1#6144)