我在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)"