Updated Branches: refs/heads/master 895565cfc -> 939d30bb3
[CB-1248] Add CoreFoundation weak link instructions to Upgrading Guide (for iOS 5.0x and below) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/939d30bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/939d30bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/939d30bb Branch: refs/heads/master Commit: 939d30bb3e052bbdb0abf9c79194274679fb8432 Parents: 895565c Author: Shazron Abdullah <shaz...@apache.org> Authored: Mon Sep 10 17:15:22 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Mon Sep 10 17:15:22 2012 -0700 ---------------------------------------------------------------------- docs/en/2.0.0/guide/upgrading/ios/index.md | 10 +++++++--- docs/en/2.1.0rc1/guide/upgrading/ios/index.md | 10 +++++++--- docs/en/2.1.0rc2/guide/upgrading/ios/index.md | 10 +++++++--- docs/en/edge/guide/upgrading/ios/index.md | 10 +++++++--- 4 files changed, 28 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/939d30bb/docs/en/2.0.0/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.0.0/guide/upgrading/ios/index.md b/docs/en/2.0.0/guide/upgrading/ios/index.md index b7f5462..9d4f502 100644 --- a/docs/en/2.0.0/guide/upgrading/ios/index.md +++ b/docs/en/2.0.0/guide/upgrading/ios/index.md @@ -71,9 +71,13 @@ Please note that **Xcode 4 is required**. To submit to the Apple App Store, you "$(BUILT_PRODUCTS_DIR)" -33. **Build** your project, it should compile and link with **no issues**. -34. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** -35. Select the **Run** button +33. Search for **"Other Linker Flags"**. For that setting, add this value below: + + -weak_framework CoreFoundation + +34. **Build** your project, it should compile and link with **no issues**. +35. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** +36. Select the **Run** button **NOTE:**<br /> If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues. http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/939d30bb/docs/en/2.1.0rc1/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.1.0rc1/guide/upgrading/ios/index.md b/docs/en/2.1.0rc1/guide/upgrading/ios/index.md index fb7e7b8..94e9501 100644 --- a/docs/en/2.1.0rc1/guide/upgrading/ios/index.md +++ b/docs/en/2.1.0rc1/guide/upgrading/ios/index.md @@ -94,9 +94,13 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc "$(BUILT_PRODUCTS_DIR)" -33. **Build** your project, it should compile and link with **no issues**. -34. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** -35. Select the **Run** button +33. Search for **"Other Linker Flags"**. For that setting, add this value below: + + -weak_framework CoreFoundation + +34. **Build** your project, it should compile and link with **no issues**. +35. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** +36. Select the **Run** button **NOTE:**<br /> If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues. http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/939d30bb/docs/en/2.1.0rc2/guide/upgrading/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.1.0rc2/guide/upgrading/ios/index.md b/docs/en/2.1.0rc2/guide/upgrading/ios/index.md index fb7e7b8..94e9501 100644 --- a/docs/en/2.1.0rc2/guide/upgrading/ios/index.md +++ b/docs/en/2.1.0rc2/guide/upgrading/ios/index.md @@ -94,9 +94,13 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc "$(BUILT_PRODUCTS_DIR)" -33. **Build** your project, it should compile and link with **no issues**. -34. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** -35. Select the **Run** button +33. Search for **"Other Linker Flags"**. For that setting, add this value below: + + -weak_framework CoreFoundation + +34. **Build** your project, it should compile and link with **no issues**. +35. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** +36. Select the **Run** button **NOTE:**<br /> If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues. http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/939d30bb/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 fb7e7b8..94e9501 100644 --- a/docs/en/edge/guide/upgrading/ios/index.md +++ b/docs/en/edge/guide/upgrading/ios/index.md @@ -94,9 +94,13 @@ With **Cordova 2.1.0**, CordovaLib has been upgraded to use **Automatic Referenc "$(BUILT_PRODUCTS_DIR)" -33. **Build** your project, it should compile and link with **no issues**. -34. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** -35. Select the **Run** button +33. Search for **"Other Linker Flags"**. For that setting, add this value below: + + -weak_framework CoreFoundation + +34. **Build** your project, it should compile and link with **no issues**. +35. **Select your project** from the **Scheme** drop-down, and then select **"iPhone 5.1 Simulator"** +36. Select the **Run** button **NOTE:**<br /> If your project is **not working** as expected in the Simulator, please **take a note of any errors** in the **console log in Xcode** for clues.