Podspec Link Binary Library

时间秒杀一切 提交于 2019-12-03 03:17:43

Headers will not be copied for frameworks, and should not be specified as source files. If all you are looking to do is add the framework as a vendored_framework. This is new in CP 0.23.0.

From the Documentation

  spec.ios.vendored_frameworks = 'Frameworks/MyFramework.framework'

Edit:
Remove all the stuff about the .framework from s.source_files. Source files are just that, files, not frameworks.

I guess your project maybe lack Sincerely library in Sincerely.framework. And if you are using sourcetree to manage project, it is the sourcetree's bug that cause the problem. Sourcetree does not detect the Sincerely library.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!