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

来源:互联网 发布:手机西西软件盒安卓 编辑:程序博客网 时间:2024/05/18 03:47

[!] 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'

其中***是项目名

0 0
原创粉丝点击