Cocoapods:无法找到要集成的Xcode项目

Shm*_*idt 2 cocoapods ios6

尝试将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
Run Code Online (Sandbox Code Playgroud)

all*_*loy 7

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

xcodeproj 'path/to/My.xcodeproj'
Run Code Online (Sandbox Code Playgroud)