I am creating a capacitor plugin that wraps a 3rd party SDK. For IOS the SDK is available as a swift package. I am able to link the package to my plugin using the Package Dependencies tab in XCode after I build the app, but each time I build or run npx cap sync I need to relink the package.
I am wondering if there is a way to do this automatically with a build script or some other way so it doesn’t need to be done manually after each build.