Re: [Interest] Buiding lib on ios 8

2014-10-17 Thread Tor Arne Vestbø
What's the output of xcode-select ? Do you have .qmake.cache or .qmake.stash files in your build dir? tor arne On 14/10/14 21:48, Christophe Thomas wrote: Hello, I'm trying to build a working app for ios 8. It used to build on Ios 7.1. - I've done the update of xcode to move to new version

Re: [Interest] Buiding lib on ios 8

2014-10-15 Thread Christophe Thomas
Hello, xcode-select -p gives: /Applications/Xcode.app/Contents/Developer xcodebuild -sdk iphoneos -version Path gives: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk And yes at first I had .qmake.stash but I've cleaned the folder of all

Re: [Interest] Buiding lib on ios 8

2014-10-15 Thread Christophe THOMAS
Hello, Not sure what I did but finally it's working Thx Christophe Le 15 oct. 2014 à 19:08, Christophe Thomas oxygen77...@gmail.com a écrit : Hello, xcode-select -p gives: /Applications/Xcode.app/Contents/Developer xcodebuild -sdk iphoneos -version Path gives:

[Interest] Buiding lib on ios 8

2014-10-14 Thread Christophe Thomas
Hello, I'm trying to build a working app for ios 8. It used to build on Ios 7.1. - I've done the update of xcode to move to new version and add support for ios8 - I'm using Qt 5.3.2: output of qmake -v gives: QMake version 3.0 Using Qt version 5.3.2 in /Users/thomas/Qt/5.3/ios/lib - I've cleaned