草庐IT

ios - 目标 `fubarTests` (iOS 4.3) 的平台与最低要求为 iOS 5.0 的 `Kiwi (2.2.1)` 不兼容

我似乎无法克服这个错误,也不知道为什么。我正在运行xcode4.6.3该项目的ios部署目标是iOS6.1基础sdk是6.1我的Podfile是:#Podfileplatform:iostarget:fubarTests,:exclusive=>truedopod'Kiwi'end当我尝试从命令行运行podinstall时,我收到关于目标是iOS4.3的错误。为什么它认为我的目标是4.3,我该如何更改它? 最佳答案 你需要指定platform:ios,'6.1' 关于ios-目标`fub