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.
1 parent 34d69b0 commit e1dd050Copy full SHA for e1dd050
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