私のシステムにココアポッドをインストールしているうちに、次のエラーが表示されます。ココアポッドをインストール中にエラーが発生しました
エラー: "[!]。master-1
という名前のURL https://github.com/CocoaPods/Specs.git
とソースを追加することができませんあなたは~/.cocoapods/repos
やpod repo add
を経由して、手動で追加してみてくださいすることができます。"
は、
ポッドファイル:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Demo' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Demo
target 'DemoTests' do
inherit! :search_paths
# Pods for testing
end
target 'DemoUITests' do
inherit! :search_paths
# Pods for testing
end
pod 'AZSClient'
pod 'CardIO'
pod 'Google/Analytics'
pod 'OpenTok'
pod 'THCalendarDatePicker', '~> 1.2.6'
end
あなたのポッドファイルを含めることはできますか? – dpassage
この場合、podをアンインストールして最新のポッドをインストールしてみてください。 –