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

Exclude arm64 from simulator iOS add-to-app host app archs (#646)

This commit is contained in:
Jenn Magder
2021-01-11 21:25:49 -08:00
committed by GitHub
parent 9f224c498e
commit cf3857f271
3 changed files with 5 additions and 14 deletions

View File

@@ -319,6 +319,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Flutter/$(CONFIGURATION)",