Skip to content

kakao_flutter_sdk 와 같이 사용할 시에 ios 에서 충돌 문제 #21

@khanj222

Description

@khanj222

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 가 중복되는 듯 합니다

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions