Michael Migdol created CB-826:
---------------------------------
Summary: Turning on Apple Generic Versioning breaks build
Key: CB-826
URL: https://issues.apache.org/jira/browse/CB-826
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 1.7.0
Reporter: Michael Migdol
Assignee: Shazron Abdullah
Priority: Minor
Apple Generic Versioning (AGV) is a commonly used mechanism to enable automatic
version number management in build scripts. If you turn on AGV in a new
Cordova project in XCode (Under "Versioning" build setting, set "Versioning
System" to "Apple Generic"), you get the following when trying to build:
Undefined symbols for architecture i386:
"_main", referenced from:
start in crt1.10.6.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira