How do I change the build's SDK version in Xcode?
Posted
by Kavon Farvardin
on Stack Overflow
See other posts from Stack Overflow
or by Kavon Farvardin
Published on 2010-04-21T12:15:53Z
Indexed on
2010/04/21
14:13 UTC
Read the original article
Hit count: 185
I'm using Xcode 2.5 on Mac 10.4.11 PPC. javac -version
returns 1.5.x yet when I imported my source code and tried to build it in Xcode, I get errors all over because generics
, annotations
, and for-each loops are not supported in -source 1.3
.
I thought I found the setting to change the source version in Xcode in the above but it doesn't work. Any ideas?
© Stack Overflow or respective owner