How to remove arm64 support from Xcode 6?

2019-08-01 15:34发布

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

标签: ios xcode xcode6
2条回答
2楼-- · 2019-08-01 16:00

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.

查看更多
成全新的幸福
3楼-- · 2019-08-01 16:08

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.

查看更多
登录 后发表回答