Shazron Abdullah created CB-1248:
------------------------------------
Summary: Add CoreFoundation weak link instructions to Upgrading
Guide (for iOS 5.0x and below)
Key: CB-1248
URL: https://issues.apache.org/jira/browse/CB-1248
Project: Apache Cordova
Issue Type: Task
Components: Docs, iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
This is a problem for iOS 5.0x devices and below, not 5.1 and above.
You will need to still weak link the CoreFoundation framework. EITHER:
1. Modify it in the Xcode 4 UI:
http://stackoverflow.com/questions/6480765/how-do-i-weak-link-frameworks-on-xcode-4
OR
2. Add to your project Target's "Other Linker Flags" --> -weak_framework
CoreFoundation
--
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