我发布了一个私有pod,并且我的目标项目可以pod安装,但是当我编译目标项目时,它显示了。
Header 'SwiftProtobuf-Swift.h' not found
Could not build Objective-C module 'SwiftProtobuf'
我按照以下步骤创建了广告连播
我有一个带有以下PodFile的现有存储库。 enter image description here
我有一个podspec文件 enter image description here
我可以在此EventsSchema存储库中运行pod install并能够编译此EventsSchema
它还使用pod lib lint --allow-warnings
5。在我的主项目中,我能够运行pod install并正确安装了EventsSchema,在编译时会看到
Header 'SwiftProtobuf-Swift.h' not found
Could not build Objective-C module 'SwiftProtobuf'