20
Views
1
Comments
[Swift Support Plugin] Having Issue with swift version compatability
Question
swift-support-plugin
Mobile icon
Forge asset by David Sousa
Application Type
Mobile
Service Studio Version
11.55.0 (Build 63850)

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 packages

Still I'm facing errors
I need help on this

For reference

2025-09-25 14-38-22
Lokesh Kumar Yadav

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.