Why am I getting a "deploy target" warning from Xcode 6 in Yosemite?

I used the public beta of Yosemite and have now changed to a released version, but I still got this warning in my Xcode 6 projects:

Apple LLVM 6.0 by default. The deployment target of OS X "10.10" for the "x86_64" architecture and the "normal" option is greater than the "10.9" maximum for the OS X 10.9 SDK.

Does anyone know how to fix this?

+3


source to share


1 answer


This is because you are using the 10.9 SDK, requesting 10.10 as your deployment target. Try SDK 10.10, it should fix this error.



0


source







All Articles