Wednesday, 30 September 2020

Build on Xcode 12 showing 'Any iOS Device(armv7, arm64)'

I migrated my existing project to Xcode12. I had to remove VALID_ARCHS from Build Settings. And added arm64 for Excluded Architecture (Any iOS simulator SDK). Then I am able to run app on iOS14 simulator.

But now while creating archive it is showing.

Any iOS Device(armv7, arm64)

Please refer this screenshot.

enter image description here

In previous Xcode it was showing Generic iOS Device

Does this mean app will not support all iOS Phones?



from Build on Xcode 12 showing 'Any iOS Device(armv7, arm64)'

No comments:

Post a Comment