1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Stop excluding arm64 from simulator iOS add-to-app host app archs (#891)

This commit is contained in:
Jenn Magder
2021-08-27 13:44:14 -07:00
committed by GitHub
parent 2084742612
commit 79c7cc70a5
7 changed files with 26 additions and 29 deletions

View File

@@ -492,7 +492,6 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;