Owe*_*wen 15 terminal install weather ios cocoapods
我刚开始这个创建于iOS天气应用程序的教程.一切都很顺利,直到我在终端输入"pod install"才能安装pod.结果是:
"分析依赖[!]无法找到目标"
我的"podfile"文档和"Pods"文件夹与我的"RHSWeather.xcodeproj"位于同一文件夹中.
我的"podfile"文档内容如下:
platform :ios, '7.0'
xcodeproj 'RHSWeather'
pod 'Mantle', '~>1.3.1'
pod 'LBBlurredImage', '~>0.1.0'
pod 'TSMessages', '~>0.9.4'
pod 'ReactiveCocoa', '~>2.1.7'
pod 'HexColors', '~>2.2.1'
Run Code Online (Sandbox Code Playgroud)
使用Xcode 6.1
我几乎可以肯定我已经正确地完成了前面的步骤.如果您需要更多信息,请告知我们.
编辑:
将"podfile"文档更改为
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
xcodeproj 'RHSWeather'
pod 'Mantle', '~>1.3.1'
pod 'LBBlurredImage', '~>0.1.0'
pod 'TSMessages', '~>0.9.4'
pod 'ReactiveCocoa', '~>2.1.7'
pod 'HexColors', '~>2.2.1'
Run Code Online (Sandbox Code Playgroud)
没有运气..但是
| 归档时间: |
|
| 查看次数: |
19304 次 |
| 最近记录: |