Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Causes the app to crash on Android Emulator #327

Closed
owenkealey opened this issue Apr 29, 2020 · 10 comments
Closed

Causes the app to crash on Android Emulator #327

owenkealey opened this issue Apr 29, 2020 · 10 comments

Comments

@owenkealey
Copy link

Please see flutter/flutter#55908 that has all the information needed

@owenkealey
Copy link
Author

The app works fine without this plugin, with this plugin it crashes.

@owenkealey
Copy link
Author

Also is this actively maintained?

@andydean565
Copy link

I don't think it is but have seen in #182 that @arnaudelub has forked this project and seems to have continued some development on it here flutter_polywebview

@owenkealey
Copy link
Author

@andydean565 thanks, i tried that plugin and while it doesn't crash the app anymore, it wont even build on ios @arnaudelub thoughts?

@owenkealey
Copy link
Author

Android sees to work fine though which is good

@nullbytesoftware
Copy link

@owenkealey for me android is fine also, however on ios i get this error -> ".../flutter_polywebview-4.0.0+1/ios/Classes/SwiftFlutterPlugin.swift:465:85: Use of unresolved identifier 'InAppWebViewFlutterPlugin'"

@sahharYoucef
Copy link

did you tried to edit your pod file

`target 'Runner' do
use_frameworks! # required by simple_permission
...
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '5.0' # required by simple_permission
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end`

@andydean565
Copy link

andydean565 commented Apr 30, 2020

@owenkealey I also ran into this issue on IOS around the name change to 'flutter_polywebview'

my solution was to fork the code and change the name back to 'flutter_inappbrowser' and include it straight from Github in the pubspec.yaml like so

flutter_inappwebview:
    git:
      url: https://github.com/andydean565/flutter_inappwebview.git

feel free to either use my repo or fork it for the time but hopefully, 'flutter_polywebview' will be working soon.

@arnaudelub
Copy link

arnaudelub commented May 9, 2020

Hey guys, iOS build has been fixed but pichi also came back, so flutter_inappwebview is still maintained

@pichillilorenzo
Copy link
Owner

Released new version 3.0.0! Let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants