无法添加" GooglePlacePicker"在快速的cocoapod框架上

时间:2017-10-25 11:58:19

标签: ios iphone swift3 cocoapods ios-frameworks

我在swift中编写了自定义框架,我想使用" GooglePlacePicker"作为对该框架的cocoapods规范的依赖。

以下是开发窗格的podsspec。

Pod::Spec.new do |s|
   s.name             = 'Framework'
   s.version          = '0.1.0'
   s.summary          = 'A short description of Framework.'
   # s.public_header_files = 'Pod/Classes/**/*.h'
   s.frameworks = 'UIKit'
   s.dependency 'Firebase/Messaging'
   s.dependency 'GooglePlacePicker'
end

每当我尝试在示例应用程序上安装cocoapods时,我都会收到错误

"' Pods-NFClient' target具有包含静态二进制文件的传递依赖项:(* Pods / GooglePlacePicker / Frameworks / GooglePlacePicker.framework)"

0 个答案:

没有答案
相关问题