Xcode 模块';firebase“未找到授权”;

Xcode 模块';firebase“未找到授权”;,xcode,flutter,firebase-authentication,runner,Xcode,Flutter,Firebase Authentication,Runner,大家好, 我一直试图在IOS 11模拟器中运行我的flatter代码,但是在将firebase集成到我的项目中之后,我在运行IOS模拟器时遇到了这个错误。有什么我能解决的吗 我也有同样的问题 首先擦除您的Pods/和Podfile,然后运行 $ flutter clean 然后 终于在xcodeRunner.xcworkspace中打开了我遇到了同样的问题 首先擦除您的Pods/和Podfile,然后运行 $ flutter clean 然后 终于在xcodeRunner.xcworks

大家好,
我一直试图在IOS 11模拟器中运行我的flatter代码,但是在将firebase集成到我的项目中之后,我在运行IOS模拟器时遇到了这个错误。有什么我能解决的吗

我也有同样的问题

首先擦除您的
Pods/
和Podfile,然后运行

 $ flutter clean
然后


终于在xcode
Runner.xcworkspace中打开了
我遇到了同样的问题

首先擦除您的
Pods/
和Podfile,然后运行

 $ flutter clean
然后


终于在xcode
Runner.xcworkspace中打开了。我遇到了同样的问题。这些都是我要解决的问题
在项目文件夹中:

flutter clean    
cd ios
rm -rf Podfile.lock
rm -rf Pods/*    
flutter build ios
cd ..
open ios/Runner.xcworkspace
如果颤振构建ios需要很长时间,您可以通过编辑Podfile()来缩短构建时间:


我希望这是有用的。

我遇到了同样的问题。这些都是我要解决的问题
在项目文件夹中:

flutter clean    
cd ios
rm -rf Podfile.lock
rm -rf Pods/*    
flutter build ios
cd ..
open ios/Runner.xcworkspace
如果颤振构建ios需要很长时间,您可以通过编辑Podfile()来缩短构建时间:


我希望这是有用的。

在与Flitter项目集成后,您是否再次从Android studio启动XCode?在与Flitter项目集成后,您是否再次从Android studio启动XCode?easy peasy….easy peasy。。。。