Skip to content

Commit

Permalink
added warning about changing compiler settings in xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Mar 16, 2012
1 parent c1ef0b4 commit bbddc1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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. 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. 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. 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). 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. 7. Modify the contents of the "www" directory to add your HTML, CSS and Javascript.


Expand Down Expand Up @@ -192,4 +195,4 @@ MORE INFO
---------- ----------
* [http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/) * [http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/)


<br /> <br />

0 comments on commit bbddc1c

Please sign in to comment.