2016-05-20 3 views
0

私は現在Xcodeプロジェクトにこれらのポッドをインストールしようとしていますが、試してみると次の画面が表示されています。pod installプロジェクトを実行しようとしているときにこのメッセージがxCodeに表示されているので、ポッドを再インストールしてみることにしました。しかし、以下のエラーを取得してください。CocoaPods Podは奇妙な動作をインストールします

enter image description here

platform :ios, ‘8.0’ 
use_frameworks! 

source 'https://github.com/CocoaPods/Specs.git' 

platform :ios, '8.1' 
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' 
pod 'Alamofire', '~> 3.0' 
pod 'GooglePlacesAutocomplete' 
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2' 
pod 'DropDown' 
pod 'AlamofireImage', '~> 2.0' 

私はpod installを実行すると、私は、端末の画面上で、次のメッセージが表示されます。 enter image description here

答えて

3

あなたがあなたのポッド

target :'nameOfTheScheme' do 
    pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' 
    pod 'Alamofire', '~> 3.0' 
    pod 'GooglePlacesAutocomplete' 
    pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift2' 
    pod 'DropDown' 
    pod 'AlamofireImage', '~> 2.0' 
end 
のターゲットを定義する必要がCocoapodsのv0.39を使用している場合