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

Failed to build iOS app #168

Closed alexursul closed 7 months ago

alexursul commented 7 months ago
Failed to build iOS app
Semantic Issue (Xcode): Duplicate interface definition for class 'EmojiPickerFlutterPlugin'
.../app/build/ios/Debug-iphonesimulator/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
.../app/ios/Runner/GeneratedPluginRegistrant.m:229:3

Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
stevenspiel commented 7 months ago

I'm also getting this, and I'm on 1.6.3. Is there an update?

Fintasys commented 7 months ago

@stevenspiel I think you need to do flutter clean, this looks like a caching issue