ohho
ohho

Reputation: 51911

How to remove arm64 support from Xcode 6?

Is it possible not to support arm64 using Xcode 6?

Update with answer (the option is visible when All is selected):

enter image description here

Upvotes: 1

Views: 1239

Answers (2)

Ross H
Ross H

Reputation: 1

I had the same issue - only want to produce 32 bit. I solved this with the related setting "Build Active Architecture Only" Set these to NO, and the problem solved.

Upvotes: 0

marciojoaquim
marciojoaquim

Reputation: 51

You go to the Navigator Inspector and select your project. Then you select your Target and Build Settings. Search for "Valid Architectures and remove arm64. That will be enough.

Upvotes: 1

Related Questions