Updated Branches: refs/heads/master e0165b83c -> a00e174b3
[CB-3752][CB-3753] (2.8.0 Folder) iOS Upgrade Guide is missing instructions for 2.7.0 -> 2.8.0 upgrade Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a00e174b Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a00e174b Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a00e174b Branch: refs/heads/master Commit: a00e174b311b3dab95cfd56257463fa8fda5703f Parents: e0165b8 Author: Shazron Abdullah <[email protected]> Authored: Tue Jun 18 15:28:55 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Tue Jun 18 15:28:55 2013 -0700 ---------------------------------------------------------------------- docs/en/2.8.0/guide/upgrading/ios/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a00e174b/docs/en/2.8.0/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.8.0/guide/upgrading/ios/index.md b/docs/en/2.8.0/guide/upgrading/ios/index.md index 4ea993b..bc788a2 100644 --- a/docs/en/2.8.0/guide/upgrading/ios/index.md +++ b/docs/en/2.8.0/guide/upgrading/ios/index.md @@ -44,6 +44,14 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo <!-- other <feature> tags --> 8. Delete your **"CordovaLib"** folder, and copy the **"CordovaLib"** folder from the new project into your project's root folder +9. Add these two frameworks to your project: + + OpenAL + ImageIO + +10. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, edit **"-Obj-C"** to be **"-ObjC"** + +11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all_load"** to be **"-force_load ${TARGET_BUILD_DIR}/libCordova.a"**. You would only need to do this if you have the problem defined in [this issue.](https://issues.apache.org/jira/browse/CB-3458) ## Upgrading Cordova 2.6.0 projects to 2.7.0 ##
