fi12
fi12

Reputation: 485

projectName does not have an architecture that deviceName can execute

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.

enter image description here

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

Answers (1)

Kymer
Kymer

Reputation: 1214

As mentioned in my comment, it looks like Valid Architectures is bold, meaning it has been altered in some way. Try 'resetting' it to the default values, by highlighting the line and hitting backspace. It's also a good idea to download a non-beta version of Xcode.

Upvotes: 2

Related Questions