无法构建 Objective-C 模块“Firebase”;和“FirebaseCore/FirebaseCore.h”找不到文件

发布于 2025-01-10 22:16:25 字数 248 浏览 0 评论 0原文

Xcode>Runner.xcodeproj>Product>Archive 当我这样做时,我收到这些错误:

  • 无法构建 Objective-C 模块“Firebase”

  • 没有这样的模块“Flutter”

  • 找不到“FirebaseCore/FirebaseCore.h”文件

Note1 = 应用程序打开的 VS Code

Xcode>Runner.xcodeproj>Product>Archive i get these errors when I do:

  • Could not build Objective-C module 'Firebase'

  • No such module 'Flutter'

  • 'FirebaseCore/FirebaseCore.h' file not found

Note1 = VS Code the application opens

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云裳 2025-01-17 22:16:25

如果你的 podfile 中有:

平台:ios,'11.0'

然后在 XCode“Build Settings”中你还必须选择

iO 部署目标:11.0

If you have in your podfile:

platform :ios, '11.0'

Then in XCode "Build Settings" you also have to choose

iOs Deployment Target: 11.0

很酷又爱笑 2025-01-17 22:16:25

您运行了以下命令吗?

flutter pub get
cd ios
rm -rf Pods Podfile.lock (to be sure)
pod install --repo-update

请分享完整日志。

Did you run the following commands ?

flutter pub get
cd ios
rm -rf Pods Podfile.lock (to be sure)
pod install --repo-update

Please share full logs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文