POD,target具有名称冲突的框架

时间:2017-03-28 19:48:52

标签: ios xcode cocoapods podfile

CocoaPods更新为1.2,现在我收到了错误。

这是我的POD:

# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
# use_frameworks!

target 'myapp' do
pod "MTDirectionsKit", "~> 1.7.0"
pod 'GoogleMaps'
end

当我尝试更新POD时,收到此错误:

-> Installing MTDirectionsKit (1.7.0)
  > Copying MTDirectionsKit from `/Users/abd/Library/Caches/CocoaPods/Pods/Release/MTDirectionsKit/1.7.0-1e8c5` to `Pods/MTDirectionsKit`
  - Running pre install hooks
[!] The 'Pods-myapp' target has frameworks with conflicting names: googlemaps.framework.

0 个答案:

没有答案