Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

troop231

macrumors 603
Original poster
Jan 20, 2010
5,826
561
Xcode is saying and throwing a warning that I need to select a ARMV6 architecture since my lowest supported SDK in the build settings is set to 3.0. However, this is all I have available to select (Xcode 4.2 GM) What can I do to fix this? Thanks in advance!

screenshot20111005at115.png
 
Last edited:
I'm purely spit-balling. I notice your Base SDK setting is "Latest iOS". Do you need to set this to a lower SDK?
 
Select other and type in:
Code:
$(ARCHS_STANDARD_32_BIT) armv6

In Xcode 4.2 Apple removed the armv6 arch from the default list. One warning though, if you migrate this project back to a pre-4.2 version of Xcode you will most likely get linker warnings since you'll have 2 arch entries for 'armv6' and the linker won't appreciate that.
 
Edit: I had to manually edit my project's project.pbxproj file and put it in here:

For some reason doing it in Xcode messed it to where it had two ARCHS seperated by a armv6.

Fixed screenshot:

screenshot20111006at125.png
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.