【发布时间】: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”
【问题讨论】:
标签: ios xcode flutter cocoapods