I'm trying to compile one QT Example included in QT creator for iOS device. The example is stocqt and I have getting the following trace when I try to build:
error: can't exec '/Applications/Xcode' (No such file or directory)
I'm compiling using the following environment:
- Yosemite (10.10.3)
- XCode 6.4
- Qt Creator 3.5.1
- Qt 5.4.2
- Target: iPad with iOS 7.1.1
My PATH in system environment is the following:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin
Any idea about why Qt Creator is not getting my XCode path or what's going on with it?
Of course, the project is configured for iOS and is using clang.