2

尝试将 cocoapods 集成到现有项目中:

pod install
Resolving dependencies of `./Podfile'
Updating spec repositories

Cocoapods 0.16.0.rc5 is available.

Resolving dependencies for target `default' (iOS 6.0)
Downloading dependencies
Installing AFNetworking (1.0)
Generating support files
[!] Unable to find an Xcode project to integrate
4

1 回答 1

7

Xcode 项目是否与 Podfile 位于同一目录中?如果没有,您应该使用以下内容指定位置:

xcodeproj 'path/to/My.xcodeproj'
于 2012-11-22T14:23:06.783 回答