fluttercommunity / fluttercommunity/flutter_webview_plugin

fails to run on ios - MethodNotImplemented

Abierto
#253 5 comentarios 5 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
1.5k
Forks
938
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I am using this plugin and trying to run my app on iOS simulator. However when I try to run this from xcode I am getting this error.
```
Undefined symbols for architecture i386:
"_FlutterMethodNotImplemented", referenced from:
-[FlutterWebviewPlugin handleMethodCall:result:] in FlutterWebviewPlugin.o
"_OBJC_CLASS_$_FlutterMethodChannel", referenced from:
objc-class-ref in FlutterWebviewPlugin.o
ld: symbol(s) not found for architecture i386
```

Plugin version - ` flutter_webview_plugin: ^0.3.0+2`

Please help me fix this. Thanks for making this awesome library.

output of flutter doctor

```
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.11.9, on Mac OS X 10.14.1 18B75, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.2)
[✓] Connected device (1 available)

• No issues found!

```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.