0
gitリポジトリをダウンロードします。それはGoogleマップを使用します。プロジェクトをコンパイルすると、160のエラーが表示されます。 私はすでにアップデート、マップのバージョンの変更、インストール、宝石の更新 おそらくそのpodfileの問題です。Googleマップでココアポッドエラー
Podfile:
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'FamilyNexus' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Myapp
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'SideMenu'
pod 'Alamofire'
pod 'AlecrimCoreData', :git => 'https://github.com/Alecrim/AlecrimCoreData.git', :branch => 'develop'
target 'MyappTests' do
inherit! :search_paths
# Pods for testing
pod 'GoogleMaps'
pod 'Alamofire'
end
target 'MyappUITests' do
inherit! :search_paths
# Pods for testing
pod 'GoogleMaps'
pod 'Alamofire'
end
end
にGoogleマップポッドのバージョンをダウングレード!とAlamofire –
doesnt作品:( –