I have used all the links mentioned below in swift support plugin extensibility configuration but still facing errors. https://github.com/DavidSousa/cordova-plugin-add-swift-support#v1.1 https://github.com/DavidSousa/cordova-plugin-add-swift-support#v1.0. Now I have added <dependency id="cordova-plugin-add-swift-support" url="https://github.com/OutSystems/cordova-plugin-add-swift-support.git#2.0.3-OS1"/> to my plugin in packagesStill I'm facing errorsI need help on thisFor reference
Hi, Thanks for sharing the details. Even after updating to the Swift support plugin version 2.0.3-OS1, if you're still seeing errors, it's possible there are conflicts with Swift versioning, missing bridging headers, or Xcode build settings not being applied correctly. Make sure: The Always Embed Swift Standard Libraries flag is set to YES in build settings. A Swift file exists in the project to trigger Swift runtime inclusion. If you're using custom plugins, they should also be Swift-compatible. Let me know the exact build error you're seeing—happy to help dig deeper!4o