GitHub user majeed-platogo closed a discussion: How to write a build script to change framework from "Do not Embed" to "Embed and sign"
Hi all, I'm trying to use a custom plugin in the plugins `plugin.xml`, I have the following line ```xml <source-file src="src/ios/bass.xcframework" target-dir="lib" framework="true" /> ``` when the build is completed the app is stuck on the splashscreen. But, if i navigate `projectName -> General -> Frameworks, Library and embedded Content` and switch from `Do not Embed` to `Embed and sign` the app works. <img width="572" alt="image" src="https://github.com/apache/cordova/assets/126869614/87bc0ed2-ccfe-4bcc-90c7-6d28bf732f99"> So, my question is how can I automate this step during my build process so i don't have to manually do it every time GitHub link: https://github.com/apache/cordova/discussions/477 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org