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/07/11 21:04:55 UTC

docs commit: [CB-4052] Update iOS upgrading docs for archive issue (2.8.x branch)

Updated Branches:
  refs/heads/2.8.x a38e090b2 -> c222b586d


[CB-4052] Update iOS upgrading docs for archive issue (2.8.x branch)


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

Branch: refs/heads/2.8.x
Commit: c222b586d286d2dd3a7ba67259d05d5f60e51d8f
Parents: a38e090
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Jul 11 12:04:55 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Jul 11 12:04:55 2013 -0700

----------------------------------------------------------------------
 docs/en/2.8.0/guide/upgrading/ios/index.md | 2 +-
 docs/en/edge/guide/upgrading/ios/index.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c222b586/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 0c93ca1..6241e7c 100644
--- a/docs/en/2.8.0/guide/upgrading/ios/index.md
+++ b/docs/en/2.8.0/guide/upgrading/ios/index.md
@@ -51,7 +51,7 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
         
 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)
+11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${BUILT\_PRODUCTS\_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 ##
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c222b586/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 0c93ca1..6241e7c 100644
--- a/docs/en/edge/guide/upgrading/ios/index.md
+++ b/docs/en/edge/guide/upgrading/ios/index.md
@@ -51,7 +51,7 @@ Please note that **Xcode 4.5 is required**. To submit to the Apple App Store, yo
         
 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)
+11. Update your project's target **Build Settings**. Under **Linking** -> **Other Linker Flags**, change **"-all\_load"** to be **"-force\_load ${BUILT\_PRODUCTS\_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 ##