We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b04c0b8 + e1dd050 commit 13f69ffCopy full SHA for 13f69ff
cmake/modules/DarwinSDKs.cmake
@@ -25,7 +25,7 @@ is_sdk_requested(IOS_SIMULATOR swift_build_ios_simulator)
25
if(swift_build_ios_simulator)
26
configure_sdk_darwin(
27
IOS_SIMULATOR "iOS Simulator" "${SWIFT_DARWIN_DEPLOYMENT_VERSION_IOS}"
28
- iphonesimulator ios-simulator ios "x86_64")
+ iphonesimulator ios-simulator ios "i386;x86_64")
29
configure_target_variant(
30
IOS_SIMULATOR-DA "iOS Debug+Asserts" IOS_SIMULATOR DA "Debug+Asserts")
31
0 commit comments