pretyman / ios-cmake

Automatically exported from code.google.com/p/ios-cmake
0 stars 0 forks source link

Xcode 4.3 folder structure modifications #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Followed the tutorial

What is the expected output? What do you see instead?

Build successful.

I instead got errors about missing c**_compiler.cmake files

What version of the product are you using? On what operating system?

Version in download. Compiled using the latest public version of XCode updated 
to date. (4.3 I think)

Please provide any additional information below.

The bug is fixed by changing the path of root from /Developer to 
/Applications/Xcode.app/Contents/Developer

Attached fixed file.

Original issue reported on code.google.com by arcusiul...@gmail.com on 28 Jun 2012 at 11:00

Attachments:

GoogleCodeExporter commented 9 years ago
This is fixed in the most recent version of the toolchain. You may also choose 
pre or post Xcode 4.3 settings by using the CMAKE_IOS_DEVELOPER_ROOT variable.

Original comment by wizzr...@gmail.com on 18 Sep 2012 at 4:59