当前位置: 代码迷 >> 综合 >> Unable to find the Xcode project `.xcodeproj` for the target `Pods`
  详细解决方案

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

热度:42   发布时间:2023-12-17 12:02:07.0

原文链接:http://blog.csdn.net/gogler/article/details/51202337


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

其中***是项目名


  相关解决方案