Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Dec 5, 2019

Description

Make a fat universal binary for the Debug App.framework.
Enable bitcode for all versions of App.framework.

Related Issues

Fixes #46125
Fixes #46129

Tests

xcode_test
Update build_ios_framework_module_test.dart to check Debug App.framework architectures.

Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I signed the [CLA].
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Did any tests fail when you ran them? Please read [Handling breaking changes].

  • No, no existing tests failed, so this is not a breaking change.
  • Yes, this is a breaking change. If not, delete the remainder of this section.

@jmagman jmagman requested review from dnfield and xster December 5, 2019 00:50
@fluttergithubbot fluttergithubbot added c: contributor-productivity Team-specific productivity, code health, technical debt. tool Affects the "flutter" command-line tool. See also t: labels. labels Dec 5, 2019
@jmagman jmagman self-assigned this Dec 5, 2019
@jmagman jmagman added the a: existing-apps Integration with existing apps via the add-to-app flow label Dec 5, 2019
}

Future<String> iPhoneSdkLocation() async {
Future<String> sdkLocation(SdkType sdk) async {
Copy link
Member

Choose a reason for hiding this comment

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

If you add new public API surface, these need tests. (Feel free to do them in a separate PR)

Copy link
Member Author

Choose a reason for hiding this comment

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

iPhoneSdkLocation didn't have any tests to update. Will add some.

Copy link
Member Author

Choose a reason for hiding this comment

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

@xster
Copy link
Member

xster commented Dec 5, 2019

LGTM

@fluttergithubbot
Copy link
Contributor

This pull request is not suitable for automatic merging in its current state.

  • Please get at least one approved review before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@jmagman jmagman merged commit fb69a39 into flutter:master Dec 5, 2019
@jmagman jmagman deleted the ios-build-fw branch December 5, 2019 20:16
@jmagman jmagman added the platform-ios iOS applications specifically label Aug 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: existing-apps Integration with existing apps via the add-to-app flow c: contributor-productivity Team-specific productivity, code health, technical debt. platform-ios iOS applications specifically tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default bitcode back on for flutter build ios-framework AOTs flutter build ios-framework runtime crashes on simulators with debug builds

4 participants