You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/03/16 19:14:49 UTC

[20/29] ios commit: added warning about changing compiler settings in xcode

added warning about changing compiler settings in xcode


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

Branch: refs/heads/master
Commit: bbddc1c18c24fdc3672d25e2aa96f9971ec7e6e8
Parents: c1ef0b4
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Feb 29 15:20:01 2012 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Mar 16 10:56:49 2012 -0700

----------------------------------------------------------------------
 README.md |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/bbddc1c1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6864154..3a3bfca 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ Create a Cordova project (Xcode 4)
 3. Select the "Next" button, name your project and company idenfifier, then select the "Next" button again.
 4. Choose the location where you want the new project to be.
 5. Run the project at least once to create the "www" folder in your project folder.
+  - If you get compilation errors complaining about "NSAutoreleasePool",
+    make sure to change project's Build Settings in Xcode for the
+    "Compiler for C/C++/Objective-C" to "LLVM GCC 4.2"
 6. Drag and drop this "www" folder into your project in Xcode, and add it as a **folder reference** (**BLUE** folder).
 7. Modify the contents of the "www" directory to add your HTML, CSS and Javascript.
 
@@ -192,4 +195,4 @@ MORE INFO
 ----------
 * [http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/)
 
-<br />
\ No newline at end of file
+<br />