Unable to find the Xcode project `.xcodeproj` for the target `Pods`

[!] Unable to find the Xcode project `/Users/hujason/Documents/ios/IosWalk/path/to/.xcodeproj` for the target `Pods`.

platform:ios,’7.0′

pod ‘JTCalendar’, ‘~> 2.0’

pod ‘Toast’, ‘~> 3.0’

xcodeproj ‘***.xcodeproj’

在Pod file中添加:

xcodeproj ‘***.xcodeproj’

其中***是项目名

点赞