I am building a plugin that wraps an SDK provided by some higher power.
And I wrote something like this:
<framework src="path/to/static-lib.a" custom="true" />
Cordova setup the Framework Search Paths
in XCode Build Settings which is cool, but it seems that what I need is Library Search Paths
.
How should I write the plugin.xml to add such a static library?
Try with
<source-file src="srcpath/to/static-lib.a" framework="true" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With