TinyConstraints icon indicating copy to clipboard operation
TinyConstraints copied to clipboard

remove VALID_ARCHS (deprecated since XCode 12 i think)

Open eliburke opened this issue 4 years ago • 1 comments

I was unable to run in an x86_64 simulator until removing this build setting.

https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes

The Build Settings editor no longer includes the Valid Architectures build setting (VALID_ARCHS), and its use is discouraged. Instead, there is a new Excluded Architectures build setting (EXCLUDED_ARCHS). If a project includes VALID_ARCHS, the setting is displayed in the User-Defined section of the Build Settings editor. (15145028)

eliburke avatar Oct 07 '21 13:10 eliburke

merge merge merge +1

paulocoutinhox avatar Feb 02 '24 00:02 paulocoutinhox