Fintasys / emoji_picker_flutter

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
MIT License
154 stars 114 forks source link

ios build Definition of 'EmojiPickerFlutterPlugin' must be imported from module 'emoji_picker_flutter.Swift' before it is required #158

Closed fuxianwei closed 8 months ago

fuxianwei commented 8 months ago

When I upgraded from 1.6.1 to 1.6.2, ios build reported an error as follows: Could not build the precompiled application for the device. Semantic Issue (Xcode): Duplicate interface definition for class 'EmojiPickerFlutterPlugin' /Users/admin/Desktop/work/workspace/IM/selfim/chat_app/build/ios/Profile-iphoneos/emoji_picker_flutter/emoji_picker_flutter.framework/Headers/EmojiPickerFlutterPlugin.h:2:0

Modules Issue (Xcode): Definition of 'EmojiPickerFlutterPlugin' must be imported from module 'emoji_picker_flutter.Swift' before it is required /Users/admin/Desktop/work/workspace/IM/selfim/chat_app/ios/Runner/GeneratedPluginRegistrant.m:232:3

Fintasys commented 8 months ago

Thank you for reporting, I will check it 🙏

Fintasys commented 8 months ago

Can you try flutter clean ? I faced no issue compiling the example for iOS 🤔

fuxianwei commented 8 months ago

Thanks for your response, the flutter clean compilation was successful