zoho / SalesIQ-Mobilisten-iOS

Your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.
https://mobilisten.io
11 stars 4 forks source link

Support for Swift 5.2, Xcode Version 11.4 beta 3 #7

Closed appstab-Dani closed 4 years ago

appstab-Dani commented 4 years ago

Hi guys,

I downloaded the beta of Xcode and now we can't compile our project because of Mobilisten

Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2 compiler: MobilistenBeta/Mobilisten.framework/Modules/Mobilisten.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

I was checking this other project: https://github.com/zoho/Mobilisten-iOS-Beta

But it has the same problem, it is not an issue now, but it will be when Xcode will be release Swift 5.2

Thanks!

appstab-Dani commented 4 years ago

I can verify that it is not compiling on new released Xcode Version 11.4 (11E146)

Same compiler error

Rishabh-Raghunath commented 4 years ago

Hello @appstab-Dani We will be doing a release with the framework built using the Swift 5.2 compiler when Xcode 11.4 is released.

appstab-Dani commented 4 years ago

That's great to hear,

but Xcode 11.4 has already been released as 24 March, you can check the AppStore and click on version History

Thanks!

Rishabh-Raghunath commented 4 years ago

Mobilisten built using the Swift 5.2 compiler is now available. Please install the updated version by adding pod 'Mobilisten','1.1.3' to your Podfile.

appstab-Dani commented 4 years ago

Excellent news!

I tried and it works perfectly,

thanks for that!