flutter 在ios模拟器上运行报错

Warning: CocoaPods minimum required version 1.6.0 or greater 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 upgrade:
  sudo gem install cocoapods
  pod setup

Running Xcode build...
Xcode build done.                                            2.2s
Failed to build iOS app
Error output from Xcode build:
↳
    2019-08-01 14:02:29.561 XCBBuildService[81184:401510] Failed to remove: /Users/xiaogu/Library/Developer/Xcode/DerivedData/Runner-bwwjuaziturroudcwqyinhudqvqm/Build/Intermediates.noindex/XCBuildData/5f82ca94870db05f120019d5115029a7-desc.xcbuild: unlink(/Users/xiaogu/Library/Developer/Xcode/DerivedData/Runner-bwwjuaziturroudcwqyinhudqvqm/Build/Intermediates.noindex/XCBuildData/5f82ca94870db05f120019d5115029a7-desc.xcbuild): No such file or directory (2)
    ** BUILD FAILED **


Xcode's output:
↳
    error: /Users/xiaogu/Project/cakeboss_app_flutter/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/xiaogu/Project/cakeboss_app_flutter/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/xiaogu/Project/cakeboss_app_flutter/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/xiaogu/Project/cakeboss_app_flutter/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/xiaogu/Project/cakeboss_app_flutter/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/xiaogu/Project/cakeboss_app_flutter/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ʀ.

但是我的CocoaPods的版本是

$  pod --version
1.7.5
阅读 14.7k
1 个回答

你可以仔细看这里

To upgrade:
  sudo gem install cocoapods
  pod setup

其实升级cocoapod太复杂的话,你手动安装有时是不会出问题的:

$ cd ios
$ pod install
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题