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/18 01:18:09 UTC

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

Updated Branches:
  refs/heads/master a7a95688b -> fa1959cd6


[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/fa1959cd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/fa1959cd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/fa1959cd

Branch: refs/heads/master
Commit: fa1959cd6eb89ac9c1751c5e58d5de100b31322f
Parents: a7a9568
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jun 17 16:17:58 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jun 17 16:17:58 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/fa1959cd/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 d298fd7..deba7b3 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 ##