Xcode 6 Standard architectures exclude armv7s

后端 未结 3 396
逝去的感伤
逝去的感伤 2020-12-02 19:57

I am experimenting with Xcode 6 Beta, and noticed armv7s disappeared from Standard Architectures. I did scan through Xcode 6 release notes, but didn\'t see changes on that.

3条回答
  •  再見小時候
    2020-12-02 20:38

    From @vladof's post on the Apple forum, if you need to include armv7s support you need to add it manually. You can do so by changing the architecture setting to be like this:

    enter image description here

    You may want to do this if you're building a library and users are expecting the armv7s slice to be available.

提交回复
热议问题