Reputation: 485
I'm getting this dialog box pop up upon building the application:
projectName does not have an architecture that deviceName can execute.
I have looked at this question, this question, and this question already, but none of the answers there solve my problem. I'm trying to run my application on a 5th generation iPod Touch (released in September 2012) that's running iOS 9.3.1, and according to this image,
32bit/Cortex A9/ARMv7-A
is the architecture that this device supports. My project's deployment target is 9.0.
What do I have to change under the "Architectures" or "Valid Architectures" setting to be able to run my application properly?
Upvotes: 0
Views: 2529