Fixed that sometimes Xcode tries to compile app to ARM 64 for iOS simulator (which only runs on x86_64)
This commit is contained in:
parent
64cb4ca9e2
commit
57290a3c2a
|
@ -1205,6 +1205,7 @@
|
|||
DEVELOPMENT_ASSET_PATHS = "\"BankingiOSApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 2L8U7W4R52;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"${PODS_CONFIGURATION_BUILD_DIR}/SQLCipher\"",
|
||||
|
@ -1241,6 +1242,7 @@
|
|||
DEVELOPMENT_ASSET_PATHS = "\"BankingiOSApp/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 2L8U7W4R52;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"${PODS_CONFIGURATION_BUILD_DIR}/SQLCipher\"",
|
||||
|
|
Loading…
Reference in New Issue