PoL0 / ios-cmake

Automatically exported from code.google.com/p/ios-cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 4.3 folder structure modifications

GoogleCodeExporter opened this issue · comments

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:

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

  • Changed state: Fixed