【发布时间】:2014-12-17 00:32:42
【问题描述】:
我正在尝试在我的 vmbox 上使用 cocoapods 在项目中安装一些库。当前 Podfile 与我的 .xcodeproj 位于同一目录中,我的 Podfile 的内容是:
platform :ios, '7.0'
pod 'Mantle'
pod 'LBBlurredImage'
pod 'TSMessages'
pod 'ReactiveCocoa'
尝试运行时:
pod install
从命令行我得到错误
[!] Unable to find a target
【问题讨论】:
标签: virtualbox cocoapods