Replies: 1 comment
-
If you can package the binary with your plugin, then you should be able to use <framework> tag to create a reference to it. I have an example of what I've done for an xcframework for a custom sqlite build: https://github.com/totalpaveinc/cordova-plugin-libsqlite/blob/main/plugin.xml#L22 If you can package or build an xcframework, that will be the best thing to include since it can bundle multiple framework files (one for iOS, and the other for iOS Simulator, etc). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to add a third party library as a dependency if it does not support cocoapods?
Beta Was this translation helpful? Give feedback.
All reactions