flutter_inappwebview
flutter_inappwebview copied to clipboard
fix: fixed Xcode 14 build error
Connection with issue(s)
Resolve issue #1216
Connected to #1216
Testing and Review Notes
Screenshots or Videos
To Do
- [x] double check the original issue to confirm it is fully satisfied
- [x] add testing notes and screenshots in PR description to help guide reviewers
- [x] request the "UX" team perform a design review (if/when applicable)
@pichillilorenzo would you please review and merge this in? Right now, in the XCode beta, I have to manually edit the package file.
Merge it, Works on XCode 14 Beta 4
When will this be merged?
When will this be merged?
When will this be merged?
Until it is merged you can use
flutter_inappwebview:
git: https://github.com/CodeEagle/flutter_inappwebview
and then run the following command
flutter pub get && cd ios && pod install
Please merge it
@cimplesid boss
Please merge it, it works for me too
@pichillilorenzo Please merge it
Anyone finding themselves with a conflict between the git dependency and a transitive dependency on the hosted flutter_inappwebview, can use this code in their pubspec.yaml:
dependency_overrides:
flutter_inappwebview:
git:
url: https://github.com/CodeEagle/flutter_inappwebview
Anyone finding themselves with a conflict between the git dependency and a transitive dependency on the hosted flutter_inappwebview, can use this code in their pubspec.yaml:
dependency_overrides: flutter_inappwebview: git: url: https://github.com/CodeEagle/flutter_inappwebview
Thanks, Buddy :)
Anyone finding themselves with a conflict between the git dependency and a transitive dependency on the hosted flutter_inappwebview, can use this code in their pubspec.yaml:
dependency_overrides: flutter_inappwebview: git: url: https://github.com/CodeEagle/flutter_inappwebview
Thank you. İts workly !
Any ETA as to when will this fix be merged? RN I need to add the dependency override to allow a build on iOS, but it breaks the build on Android, so I have to constantly go back and forth with adding/removing it.
What is the ETA on when this fix be merged?? Currently i am not able build the app for iOS without this fix.
Another workaround: Set deployment target for pods and project to iOS 14.
May or may not be a good workaround for you, just dropping it here.
It's a good one for me, because I need WASM support from inapp_webview, and on iOS the earliest version of iOS that supports WASM in JavaScriptCore is iOS 14. So now I have 2 reasons to require 14 as the minimum version. Previously the app would show an error dialog asking users to upgrade, now it just won't run at all on 13 and below.
Please merge this. I would appreciate not implementing in a workaround when the solution exists!
@pichillilorenzo
This PR fix solved it for us too. Please MERGE as soon as possible.🙏🙇♂️
Merge, please.....
This is a blocker and should be fixed ASAP.
Until it is merged you can use
flutter_inappwebview: git: https://github.com/CodeEagle/flutter_inappwebview
and then run the following command
flutter pub get && cd ios && pod install
It works
Also blocked a release for my app. Please merge it
This is also a blocker for an app release for me. We have a small user base, and we are required to support older versions of iOS. Please merge.
Note, we are dependent on this because we use youtube_player_flutter.
@pichillilorenzo let's get this merged!
Plz merge it!
Please merge it.
Released new version 5.4.3+8
, thanks