【问题标题】:pod command is not recognized when running flutter project运行flutter项目时无法识别pod命令
【发布时间】:2020-03-05 03:32:07
【问题描述】:

我已经尝试了堆栈溢出和 GitHub 中的所有建议和解决方案,但我无法运行 pod install 并且我得到 pod : command not found ,我的 pod 文件也是空的。

 Warning: CocoaPods not installed. Skipping pod install.
  CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds
  to your plugin usage on the Dart side.
  Without CocoaPods, plugins will not work on iOS or macOS.
  For more info, see https://flutter.dev/platform-plugins
To install:
  sudo gem install cocoapods

Running Xcode build...
Xcode build done.                                            6.4s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **


 Xcode's output:
↳
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    error: /Users/seyedaliaghamali/Documents/projects/my_app/ios/Flutter/Debug.xcconfig:1: 
could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-
Runner.debug.xcconfig' in search paths (in target 'Runner')
    warning: Capabilities for Runner may not function correctly because its entitlements 
use a placeholder team ID. To resolve this, select a development team in the build settings 
editor. (in target 'Runner')
    note: Using new build systemnote: Planning buildnote: Constructing build description

Could not build the application for the simulator.
Error launching application on iPhone Xʀ.

【问题讨论】:

标签: xcode macos flutter cocoapods macos-mojave


【解决方案1】:

该错误是由于未安装 CocoaPods 导致的,因此无法运行 pod install。只需安装 CocoaPods 即可解决此问题。运行 sudo gem install cocoapods 或在此 guide 之后不使用 sudo 安装它。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-11-20
    • 2021-08-21
    • 2021-01-28
    • 2018-09-23
    • 1970-01-01
    • 2015-04-22
    • 1970-01-01
    • 2021-08-05
    相关资源
    最近更新 更多