Skip to content

Flutter clean Flutter.podspec#72306

Merged
fluttergithubbot merged 1 commit into
flutter:masterfrom
jmagman:clean-podspec
Dec 15, 2020
Merged

Flutter clean Flutter.podspec#72306
fluttergithubbot merged 1 commit into
flutter:masterfrom
jmagman:clean-podspec

Conversation

@jmagman

@jmagman jmagman commented Dec 14, 2020

Copy link
Copy Markdown
Member

Description

#70224 (on master/dev) purposely writes a bogus file to ios/Flutter/Flutter.podspec because the CocoaPods linking logic was moved into the flutter tool. However, when users switch back to beta/stable, that bogus podspec is still present, but the flutter tool linking logic has been reverted.

At the moment this change isn't "necessary" on master, but it's a good idea in case we ever change it again.

Related Issues

Once cherry-picked to stable/release, will resolve #70895 by running flutter clean.

Tests

clean_test

@jmagman jmagman added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 14, 2020
@jmagman jmagman self-assigned this Dec 14, 2020
@google-cla google-cla Bot added the cla: yes label Dec 14, 2020
@fluttergithubbot fluttergithubbot merged commit 617c57b into flutter:master Dec 15, 2020
@jmagman jmagman deleted the clean-podspec branch December 15, 2020 18:03
christopherfujino added a commit to chris-forks/flutter that referenced this pull request Jan 20, 2021
christopherfujino added a commit that referenced this pull request Jan 22, 2021
* Flutter clean Flutter.podspec (#72306)

* Do not add CI build settings to macOS (#71860)

* update engine revision to 2f0af3715217a0c2ada72c717d4ed9178d68f6ed

Co-authored-by: Jenn Magder <magder@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fatal error: 'Flutter\Flutter.h' file not found #import <Flutter\Flutter.h> - IOS

3 participants