[Interest] Xcode 7 beta and Qt 5.5 ?

Thiago Macieira thiago.macieira at intel.com
Mon Sep 21 01:23:43 CEST 2015


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




More information about the Interest mailing list