This post on Valid Architectures describes how to disable ARM64 so that your app will validate when iOS5 is targeted. The error message explicitly states that iOS 5.1.1 is a valid deployment version but in Xcode 5.1.1 that is not an option in the Deployment Target section—just 5.1. Is there an editable file somewhere where we can change the values in the drop down?
Does it even make any sense to try change the value in Xcode, rather than just disabling ARM64?
iOS 5.1.1 is the most recent version of iOS that the original iPad runs and I’m still targeting them so I’d like to deploy to them without impacting the performance on newer devices.