kmcgill88/admob_flutter

/ios/Runner /GeneratedPluginRegistrant.m:10:9: fatal error: module 'admob_flutter' not found @import admob_flutter; ~~~~~~~^~~~~~~~~~~~~ 1 error generated. note: Using new build system note: Building targets in parallel note: Planning build note: Constructing build description

marslannasr7koncepts opened this issue · 7 comments

facing this error when building a command flutter build ios no idea why facing this issue.

/ios/Runner
/GeneratedPluginRegistrant.m:10:9: fatal error: module 'admob_flutter' not
found
@import admob_flutter;
~~~~~~~^~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description

+1

any solution ????

Not yet I found any Solution just waiting for anyone who found solution

any solution ????

are you guys opening .xcworkspace ? Was happening to me because I was opening .xcodeproj

yes, opening project from .xcworkspace is solved this issues in my case.