This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Fixes: 'webview_flutter/WebviewFlutterPlugin.h' file not found#949
Merged
amirh merged 2 commits intoflutter:masterfrom Dec 3, 2018
Merged
Conversation
Contributor
|
Cirrus fails when trying to build for Android, though I don't see anything useful in the logs... Would you mind amending the commit message to be shorter, hopefully that will give us a better idea of what's failing... |
Contributor
|
It's not the commit message, I'm not sure why Cirrus is failing building the apk, trying to debug... |
Author
|
Did you get some more info from the log? |
4a5ce03 to
4e87790
Compare
4e87790 to
75823de
Compare
andreidiaconu
pushed a commit
to andreidiaconu/plugins
that referenced
this pull request
Feb 17, 2019
…er#949) iOS build was failing on case-sensitive filesystems as the plugin name "WebviewFlutter" didn't match the case of "WebViewFlutterPlugin.h".
andreidiaconu
added a commit
to andreidiaconu/plugins
that referenced
this pull request
Feb 17, 2019
flutter#949)" This reverts commit caaf20f.
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
iOS build was failing on case-sensitive filesystems as the plugin name "WebviewFlutter" didn't match the case of "WebViewFlutterPlugin.h".