我在使用 firebase_auth
在 IOS 上运行项目时遇到错误,如下错误:
Xcode's output:
↳
/Users/mahmoudalharoon/Desktop/Flutter/SocialApp/getxflutter/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'firebase_auth' not found
@import firebase_auth;
~~~~~~~^~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
它在安卓中运行良好...
有什么解决办法吗?