2016-11-09 259 views
0

我下载了一个git存储库。它使用谷歌地图。当我编译该项目时,该项目显示160个错误。 我已经尝试更新,更改版本的地图,安装,宝石更新 也许它与podfile的问题。可可豆荚错误谷歌地图

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 

Error image

+0

删除use_frameworks!和Alamofire –

+0

不工作:( –

回答

0

与版本错误。

我降级谷歌地图荚版pod 'GoogleMaps', '2.1.0'