jjzjj

SimpleWeather

全部标签

ios - 如何在我的 Podfile 中选择一个项目?我收到错误 : Unable to find the Xcode project for the target 'Pods'

我正在做名为SimpleWeather的RayWenderlich教程。podfile与项目位于同一文件夹中。这是我在podfile中的代码:platform:ios,'7.0'xcodeproj'SimpleWeather'pod'Mantle'pod'LBBlurredImage'pod'TSMessages'pod'ReactiveCocoa'错误消息是这样的:[!]无法找到目标Pods的Xcode项目/Users/myName/Developer/SimpleWeather.xcodeproj。项目的名称是SimpleWeather。 最佳答案