Hi Bart,
My team managed to overcome this issue by following these steps:
1. Download https://www.outsystems.com/forge/component-overview/7208/swift-support-plugin
2. Import the "Reference" action from this component in your project
3. Use the Reference client action anywhere in the project (for example after the login)
4. Add this in the Extensibility Configurations of your module:
{
"preferences": {
"ios": [
{
"name": "UseSwiftLanguageVersion",
"value": "5"
}
]
}
}
5. Regenerate the build
Hope it helps!