Error in iOS app while running in Xcode Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.1 compiler

0
Hi, I am trying to run my iOS app which created from Mendix Native builder tool, I am getting following error “Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.1 compiler: /Users/Downloads/native-template-copy-master/ios/MendixNative/MendixNative.swiftmodule/armv7-apple-ios.swiftmodule” I am using Xcode 11.1 Can someone help me with this issue? I am getting the same error in the sample native project from Mendix Github also. Thanks in advance
asked
1 answers
0

Dear Babu,

The xCode you are using does not support Swift 5.1.2 please update your xCode.

For now you are forced to keeping your xCode up-to-date, we hope to prevent these problems in a future, if we manage to remove the dependency of swift at all.

Cheers, Andries

answered