Could not automatically select an Xcode project. Specify one in your Podfile like so

原文http://blog.csdn.net/kolnick/article/details/38954325

lhdeiMac:AnimatedSteeringDemo lh$ pod install
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
    xcodeproj 'path/to/Project.xcodeproj
解决方法: 
需要重新设置xcode路径

XCode  Cocoapod错误
xcode-select -p  打印当前xcode设置路径
/Applications/Xcode.app/Contents/Developer   
将xcode路径 设置在Applications下 (注意在前面输入 sudo 命令)
xcode-select -s /Applications/Xcode.app/Contents/Developer

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-10-20
  • 2021-12-29
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
相关资源
相似解决方案