-
Notifications
You must be signed in to change notification settings - Fork 936
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
Error starting on ios #45
Comments
Hello can you paste your |
of course =) `[✓] Flutter (Channel beta, v0.1.5, on Mac OS X 10.13.3 17D47, locale de-DE) [✓] Android toolchain - develop for Android devices (Android SDK 26.0.2) [✓] iOS toolchain - develop for iOS devices (Xcode 9.2) [✓] Android Studio (version 3.0) [!] IntelliJ IDEA Ultimate Edition (version 2017.3.1) [✓] Connected devices (1 available) ` |
@Flocksserver maybe problem is related to |
@jparound30 thanks - no effekt =/ BUT if i open the iOS project with xcode and compile it there... it works. but with flutter still the error. strange |
I tried to start the example on iOS. Following Error:
flutter_app_test/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'flutter_webview_plugin/FlutterWebviewPlugin.h' file not found #import <flutter_webview_plugin/FlutterWebviewPlugin.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Could not build the application for the simulator. Error launching application on iPhone X.
On Android it works fine.
The text was updated successfully, but these errors were encountered: