On Sunday 20 September 2015 21:46:47 Daniel França wrote: > After update to XCode 7 I'm getting this error: http://pastebin.com/UA90Xded > Anyone having similar issue?
SDK issue. XCode 7 only comes with the macosx10.11 SDK and you're probably asking the compiler for an older SDK. Check if your .pro file has QMAKE_SDK set. If so, make sure it's the one SDK that you have. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest