You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/06/19 22:34:09 UTC

[2/3] docs commit: [CB-3753] Upgrade Guide is missing instructions to update Build Settings

[CB-3753] Upgrade Guide is missing instructions to update Build Settings


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/59029afe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/59029afe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/59029afe

Branch: refs/heads/2.8.x
Commit: 59029afe4199b84cc800b09b0ec143ace9a4a8ad
Parents: b88091e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 17 16:17:58 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Jun 19 13:33:15 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/ios/index.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/59029afe/docs/en/edge/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/ios/index.md b/docs/en/edge/guide/upgrading/ios/index.md
index 59061b79..bc788a2 100644
--- a/docs/en/edge/guide/upgrading/ios/index.md
+++ b/docs/en/edge/guide/upgrading/ios/index.md
@@ -49,6 +49,9 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
         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 ##