错误如下:
[in /Users/gfk/Desktop]
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
project 'path/to/Project.xcodeproj'
解决方法如下:
把项目路径中出现的中文全部去掉就OK了。
错误如下:
[in /Users/gfk/Desktop]
Analyzing dependencies
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
project 'path/to/Project.xcodeproj'
解决方法如下:
把项目路径中出现的中文全部去掉就OK了。