Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Jan 12, 2021

Allow iOS add-to-app host apps to run on Apple Silicon devices by explicitly excluding arm64 from the valid archs to run.

All add-to-app hosts will need to do this until flutter/flutter#64502 and friends are complete.

Website documentation: flutter/website#5174

@jmagman jmagman requested review from redbrogdon and xster January 12, 2021 01:47
@jmagman jmagman self-assigned this Jan 12, 2021
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "set -e\nset -u\nsource \"${SRCROOT}/../flutter_module/.ios/Flutter/flutter_export_environment.sh\"\n\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/xcode_backend.sh build";
shellScript = "set -e\nset -u\nsource \"${SRCROOT}/../flutter_module/.ios/Flutter/flutter_export_environment.sh\"\nexport VERBOSE_SCRIPT_LOGGING=1 && \"$FLUTTER_ROOT\"/packages/flutter_tools/bin/xcode_backend.sh build";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically added by flutter/flutter#73110

Comment on lines -329 to -334
inputPaths = (
"${SRCROOT}/../flutter_module/.metadata",
"${SRCROOT}/../flutter_module/.ios/Flutter/App.framework/App",
"${SRCROOT}/../flutter_module/.ios/Flutter/engine/Flutter.framework/Flutter",
"${SRCROOT}/../flutter_module/.ios/Flutter/flutter_export_environment.sh",
);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically removed by flutter/flutter#69846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants