-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
kakao_flutter_sdk 와 같이 사용시에
AppDelegate 의
GeneratedPluginRegistrant.register(with: self) 에서
[registrar registerViewFactory:webviewFactory withId:@"plugins.flutter.io/webview"];
[FATAL:flutter/shell/platform/darwin/ios/framework/Source/platform_views_controller.mm(277)] Check failed: factories_.count(idString) == 0. 오류가 나고
GeneratedPluginRegistrant 에 보면
[BTWebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"BTWebViewFlutterPlugin"]];
[FLTWebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTWebViewFlutterPlugin"]];
이 둘의 id 가 중복되는 듯 합니다
KiseokPark
Metadata
Metadata
Assignees
Labels
No labels