vil*_*ane 6 ios cordova cordova-plugins
我正在构建一个包装由一些更高功率提供的SDK的插件.
我写了这样的东西:
<framework src="path/to/static-lib.a" custom="true" />
Run Code Online (Sandbox Code Playgroud)
Cordova Framework Search Paths在XCode Build Settings中设置很酷,但似乎我需要的是Library Search Paths.
我该如何编写plugin.xml来添加这样的静态库?
jce*_*ile 18
试试吧
<source-file src="srcpath/to/static-lib.a" framework="true" />
Run Code Online (Sandbox Code Playgroud)