Google iOS 的分析 - 最低部署目标?
Google Analytics for iOS - minimum deployment target?
我正在尝试使用 cocoapods 安装 Google Analytics for iOS,看到这个错误:
[!] Unable to satisfy the following requirements:
'Google/Analytics' required by 'Podfile'
Specs satisfying the 'Google/Analytics' dependency were found, but they required a higher minimum deployment target.
那么,如何获得分析的最低部署目标? Documentation 没有给出任何线索。我的应用程序应该支持 iOS 6.0,顺便说一句。
这里是这样描述的:cocoapods spec
"platforms": {
"ios": "5.0"
},
所以现在支持 iOS 5 及以上。
我正在尝试使用 cocoapods 安装 Google Analytics for iOS,看到这个错误:
[!] Unable to satisfy the following requirements:
'Google/Analytics' required by 'Podfile'
Specs satisfying the 'Google/Analytics' dependency were found, but they required a higher minimum deployment target.
那么,如何获得分析的最低部署目标? Documentation 没有给出任何线索。我的应用程序应该支持 iOS 6.0,顺便说一句。
这里是这样描述的:cocoapods spec
"platforms": {
"ios": "5.0"
},
所以现在支持 iOS 5 及以上。