【问题标题】:flutter ios: xcode can not see my podfileflutter ios:xcode看不到我的podfile
【发布时间】:2020-12-17 15:23:26
【问题描述】:

我正在构建一个颤振应用程序,昨天我能够在 ios 上运行它。今天我正在尝试完全相同的代码,但 xcode 不会看到我在 finder 中可见的 podfile。

警告:

/Users/adnan/foody/ios/Flutter/Debug.xcconfig Debug.xcconfig 第1行:找不到包含的文件“Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig”

/Users/adnan/foody/ios/Flutter/Release.xcconfig Release.xcconfig 第 1 行:找不到包含的文件“Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig”

错误:

/Users/adnan/foody/ios/Flutter/Debug.xcconfig:1:在搜索路径中找不到包含的文件“Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig”

xcode view finder view

【问题讨论】:

    标签: ios xcode flutter cocoapods


    【解决方案1】:

    我也发生了同样的事情,请确认您最近是否添加了任何 pod? 如果是,请尝试关闭项目,然后在 iOS 项目目录的终端上运行 pod install。

    然后再次打开项目尝试运行。

    希望它能解决您的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-20
      • 2017-12-01
      • 1970-01-01
      • 2021-07-25
      • 2020-04-24
      • 2022-07-12
      • 1970-01-01
      • 2023-01-19
      相关资源
      最近更新 更多