I am trying to build Rocket.Chat.iOS on branch origin/chore/upgrade_libraries_swift_versions with Xcode 10.2. It always end up with error as below.
Rocket.Chat.iOS/Rocket.Chat/Controllers/Video Conferencing/JitsiViewController.swift:10:8: Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0.1 compiler: /xxxx/source/Rocket.Chat.iOS/Rocket.Chat/External/JitsiMeet/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/x86_64.swiftmodule
It seems Xcode 10.2 can not import Swift 4.2.1 jitsi meet framework.
Would you please advise if there's any work around, or should I use different version xcode ?
I am trying to build Rocket.Chat.iOS on branch origin/chore/upgrade_libraries_swift_versions with Xcode 10.2. It always end up with error as below.
Rocket.Chat.iOS/Rocket.Chat/Controllers/Video Conferencing/JitsiViewController.swift:10:8: Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0.1 compiler: /xxxx/source/Rocket.Chat.iOS/Rocket.Chat/External/JitsiMeet/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/x86_64.swiftmodule
It seems Xcode 10.2 can not import Swift 4.2.1 jitsi meet framework.
Would you please advise if there's any work around, or should I use different version xcode ?