我正在构建一个包装由一些更高功率提供的SDK的插件. 我写了这样的东西: framework src="path/to/static-lib.a" custom="true" / Cordova在XCode构建设置中设置框架搜索路径很酷,但似乎我需要的是图书
我写了这样的东西:
<framework src="path/to/static-lib.a" custom="true" />
Cordova在XCode构建设置中设置框架搜索路径很酷,但似乎我需要的是图书馆搜索路径.
我该如何编写plugin.xml来添加这样的静态库?
试试吧<source-file src="srcpath/to/static-lib.a" framework="true" />