gpt4 book ai didi

ios - 未在 ios 目录中创建 Flutter Podfile 和 Pods 文件夹

转载 作者:IT王子 更新时间:2023-10-29 07:10:06 26 4
gpt4 key购买 nike

使用向导从 Android Studio 创建了一个新的 flutter 项目。

新建的项目文件夹在ios目录下没有任何Pods文件夹或podfile。

This Flutter.io页面状态(强调我的):

While there is a Podfile in the iOS folder in your Flutter project, only use this if you are adding native dependencies needed for per-platform integration.

我的 ios 目录中根本没有 podfile。

我找到了 this comment在另一个问题中建议在 ios 模拟器上运行项目会生成文件,但在 sim 和设备上运行项目都不会为我创建任何 podfile。

我错过了新 Flutter 项目创建的 iOS 方面的一些步骤吗?如果没有 podfile,我无法添加特定于 ios 的依赖项。

flutter doctor 的输出:

[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.12.6 16G1408, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.1)
[!] VS Code (version 1.25.1)
[✓] Connected devices (1 available)

最佳答案

这是我通常做的:

  1. 进入ios文件夹
  2. 删除Podfile.lock 文件
  3. rm -rf Pod
  4. pod 缓存清理 --all
  5. pod 分解
  6. pod 设置
  7. pod 安装

你可能还想做

pod repo 更新

关于ios - 未在 ios 目录中创建 Flutter Podfile 和 Pods 文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51599686/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com