首先:官網(wǎng)cocoapods安裝SDK的文檔
配置的時候出現(xiàn)問題了
[!] Unable to satisfy the following requirements:
- `UMengSocialCOM (~> 5.2)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `UMengSocialCOM (~> 5.2)`.
You have either:
* out-of-date source repos which you can update with `pod repo update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default.
用終端查詢明垢,結(jié)果如下(cocoapods最新版本5.1.0,好吧沧侥,可能是cocoapods沒有及時更新)
-> UMengSocialCOM (5.1.0)
UMeng's official Social SDK for iOS.
pod 'UMengSocialCOM', '~> 5.1.0'
- Homepage: http://dev.umeng.com/social/ios/quick-integration
- Source: http://dev.umeng.com/files/download/Umeng_SDK_Social_iOS_ARM64_5.1.zip
- Versions: 5.1.0, 5.0 [master repo]
(END)
iOS9系統(tǒng)適配問題(HTTP傳輸安全和應(yīng)用跳轉(zhuǎn)問題)