Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Dec 21, 2020

Description

Now that the macOS Podfile logic is in the tool, we can exclude arm64 for plugins without a scary user project Podfile migration.

Exclude arm64 for plugins and the app. Revert #70649 since it's handled in the Xcode build settings and so doesn't need to be passed in the command line. This will allow building/running/archiving in Release mode in Xcode instead of just working on via flutter on the command line.

Related Issues

Fixes #70566
Can be reverted when arm64 is natively supported #69221
Reverts #70649

Tests

build_macos_test, build_ios_config_only_test

@jmagman jmagman added the platform-mac Building on or for macOS specifically label Dec 21, 2020
@jmagman jmagman self-assigned this Dec 21, 2020
@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 21, 2020
@google-cla google-cla bot added the cla: yes label Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform-mac Building on or for macOS specifically platform-target-arm Targeting an ARM-based platform tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

building for macOS-arm64 but attempting to link with file built for macOS-x86_64

2 participants