rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Flutter : Module 'flutter_isolate' not found #116

Closed samiulllah closed 1 year ago

samiulllah commented 2 years ago

I've used flutter isolate android version is working in debugging and release but the iOS version is only working in debugging for release it throws an error i.e. /ios/Runner/GeneratedPluginRegistrant.m:42:9: Module 'flutter_isolate' not found.

nmfisher commented 1 year ago

@samiulllah does this happen with the example app? Usually when I see that error it's due to broken XCode/CocoaPods project files.

nmfisher commented 1 year ago

Closing as no response received. Please reopen if this persists.