I currently have this code in my custom cordova plugin,
<framework src="src/ios/Frameworks/XXX.framework" custom="true" embed="true"/>
<framework src="src/ios/Frameworks/XXXFramework.framework" custom="true" embed="true"/>
When I cordova build ios it will only go into embedded binaries but not linked frameworks and libraries. I wish to import both of the framework to both linked and embedded sections.
Please refer to Image below : Image
Any help would be appreciated, thank you.