sadaks-me / flutter_zendesk

A Zendesk Flutter Plugin
MIT License
7 stars 8 forks source link

Swift 5.0.1 cannot be imported by the Swift 5.1 #1

Closed zeucxb closed 5 years ago

zeucxb commented 5 years ago

error: module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1

sadaks-me commented 5 years ago

Since there is no zendesk release build available for swift 5.1 right now, we’ve to use the branch for time being.

Add this line to your app’s ios/Podfile,

pod 'ZendeskSDK', :git => 'https://github.com/zendesk/zendesk_sdk_ios.git', :branch => '3.0.1-swift5.1-GM'

Once they release a stable build for Swift 5.1 we can remove this line.