現在、Swiftでモバイルアプリ開発を行っている素人です。
前提
・現在地から半径2km以内のコンビニを表示するIOSアプリの作成を目指す。
・googlemapSDKをインストールしたい。
問題点
・podfileを作成して公式ドキュメントに沿ってコードを記述したがエラー(Unable to find a specification for GoogleMaps
)が発生。
・様々な対処法を検索して実践したが効果なし。
行ったこと
・$pod setupで更新を行う→変わらず
・$ sudo rm -fr ~/.cocoapods/repos/master/ を実行して削除した後に更新。そして実行→変わらず
・xcodeのプロジェクトを変える→変わらず
ソースコード
Podfile
1# Uncomment the next line to define a global platform for your project 2# platform :ios, '9.0' 3 4source 'https://github.com/CocoaPods/Specs.git' 5 6target 'find_shop' do 7 8 # Comment the next line if you don't want to use dynamic frameworks 9 use_frameworks! 10 11 # Pods for find_shop 12 pod 'GoogleMaps' 13 pod 'GooglePlaces' 14 15 16end 17
[!] Unable to find a specification for `GoogleMaps` You have either: * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`. * mistyped the name or version. * not added the source repo that hosts the Podspec to your Podfile.
ここから先に進めておらず大変困っております。
申し訳ございませんが対処法を教えていただきたいです。
よろしくお願いします。
Google公式ドキュメント
https://developers.google.com/maps/documentation/ios-sdk/start?hl=ja
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。