在 iOS 上添加 firebase 依赖后,当我想运行时出现此错误
Xcode's output:
↳
../ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module
'firebase_analytics' not found
@import firebase_analytics;
~~~~~~~^~~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
Could not build the precompiled application for the device.
Error launching application on Abir's iPhone.
我已经尝试了很多方法。如删除 pod 文件、pod 更新、pod 安装等
答案 0 :(得分:1)
我遇到了同样的错误,这是解决方法。
答案 1 :(得分:0)
将 General -> Deployment Info 下的 Deployment Target 与平台 :ios 匹配,Podfile 中的“11.0”版本为我解决了这个问题。
答案 2 :(得分:0)
pod repo update
或与 pod install --repo-update