安裝錯(cuò)誤,求大神解答
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
? ? xcodeproj 'path/to/Project.xcodeproj'
我進(jìn)入到項(xiàng)目目錄下面創(chuàng)建了podfile文件,然后pod install就出現(xiàn)上面的錯(cuò)誤,請問是怎么回事?
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so:
? ? xcodeproj 'path/to/Project.xcodeproj'
我進(jìn)入到項(xiàng)目目錄下面創(chuàng)建了podfile文件,然后pod install就出現(xiàn)上面的錯(cuò)誤,請問是怎么回事?
2015-07-06
舉報(bào)
2016-03-31
platform :ios, '8.0'
use_frameworks!
target 'MyApp' do
?pod 'AFNetworking', '~> 2.6'
?pod 'ORStackView', '~> 3.0'
?pod 'SwiftyJSON', '~> 2.3'
end
應(yīng)該是沒有指定項(xiàng)目
target 'MyApp' do,需要把MyApp替換成你的項(xiàng)目名稱