10
Views
1
Comments
[IdP Mobile] inappbrowser is not compatible with the "Swift Language Version"
idp-mobile
Mobile icon
Forge asset by João Barata
Application Type
Mobile

I am getting error while creating the iOS build. Android build is generating. IDP Mobile component is using the inappbrowser component which i am using in my application for SSO. I am using the MABS version 11.2 to generate the build. 

Error: There was an issue generating the app. The Cordova plugin com.outsystems.plugins.inappbrowser is not compatible with the "Swift Language Version" build setting that was defined. Check your plugin configurations and try again. 


UserImage.jpg
Minh Vu

There’s a conflict between the Swift language version defined in your app and the one used by the InAppBrowser plugin.

Please check the Extensibility Configuration of your module. If a "SwiftVersion" property is defined there, remove it, then try generating the iOS build again.

Also, make sure to upgrade the InAppBrowser plugin to the latest version, as older versions may not be compatible with newer MABS releases.

In case IdP Mobile is using an older version, you’ll need to clone the IdP Mobile component, upgrade the InAppBrowser plugin version inside the cloned module, and use this cloned version instead of the original one. 

If possible, please share your Extensibility Configuration so I can help review it.

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