dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
156 stars 99 forks source link

error: module 'facebook_audience_network' not found #46

Closed theeomm closed 4 years ago

theeomm commented 4 years ago

I'm getting this error whenever I try to build or run the app.

1 error generated.
    /Users/-/-/-/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal
    error: module 'facebook_audience_network' not found
    @import facebook_audience_network;
theeomm commented 4 years ago

Fixed it after a couple of search and referring to other package. The problem came up because I had manually ran pod init and pod install.

AlohaTiger commented 4 years ago

HI, May I know how to fix this error? I am facing the same error Thanks