kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
434 stars 151 forks source link

GeneratedPluginRegistrant.m:10:9: fatal error: module 'admob_flutter' not found #231

Open abaturyna opened 3 years ago

abaturyna commented 3 years ago

Xcode's output: ↳ /Users/nastya/Dropbox/BUSINESS/Code/Projects/proj/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

Flutter doctor : 
[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale ru-BY)
    • Flutter version 1.22.2 at /Users/nastya/Dropbox/BUSINESS/Soft/flutter
    • Framework revision 84f3d28555 (13 дней назад), 2020-10-15 16:26:19 -0700
    • Engine revision b8752bbfff
    • Dart version 2.10.2

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
    • Android SDK at /Users/nastya/Library/Android/sdk
    • Platform android-29, build-tools 29.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.1, Build version 12A7403
    • CocoaPods version 1.10.0

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 47.1.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] IntelliJ IDEA Ultimate Edition (version 2020.1.1)
    • IntelliJ at /Applications/IntelliJ IDEA.app
    • Flutter plugin version 45.1.3
    • Dart plugin version 201.7223.97

[!] Connected device
    ! No devices available

! Doctor found issues in 1 category.
lpk806 commented 3 years ago

Are you open your project with xcworkspace?