包含使用谷歌地图和群集的静态二进制文件的传递依赖项

时间:2017-06-30 08:36:23

标签: ios google-maps swift3 cocoapods markerclusterer

我的Pod文件看起来像这样

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'MyApp' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for MyApp

    pod 'GoogleMaps'
    pod 'Alamofire', '~> 4.0’
    pod 'SDWebImage', '~>3.8'
    pod 'Applozic', '~>3.8'
    pod 'Google-Maps-iOS-Utils'
end

当我用所有这个框架安装pod时说明它给了我这个错误

[!]'Pods-MyApp'目标具有包含静态二进制文件的传递依赖项:(/ Users / Mad / Downloads / MyApp /Pods / GoogleMaps / Frameworks / GoogleMaps.framework)

请帮帮我。

2 个答案:

答案 0 :(得分:0)

我并不是说上面的答案是错误的,但是最近我进入了项目而不是项目文件夹,结果相同。

答案 1 :(得分:-1)

您必须在本地下载Utils存储库,然后导入到您的xcode项目。可以在此处找到分步指南:Integrating with Swift projects which use 'use_frameworks!' in the Podfile