Xcode 14 beta 4 no longer supports iOS armv7, armv7s, and i386 architectures

> Building iOS projects with deployment targets for the armv7, armv7s, and i386 architectures is no longer supported. (92831716)
This commit is contained in:
Mishal Shah
2022-08-02 14:12:51 -07:00
parent 0728e681a1
commit 196ee143c5
10 changed files with 5 additions and 81 deletions

View File

@@ -106,7 +106,7 @@ endmacro()
macro(configure_sdks_darwin)
set(macosx_arch "x86_64" "arm64")
set(iphoneos_arch "arm64" "arm64e" "armv7")
set(iphoneos_arch "arm64" "arm64e")
set(appletvos_arch "arm64")
set(watchos_arch "armv7k" "arm64_32")