react-native-zendesk
react-native-zendesk copied to clipboard
Bump iOS Zendesk SDK
Update iOS SDK to latest, fix Swift 5.2 compiler error.
Close #23
Can not build using this PR
I receive: Failed to load module 'SupportSDK' from RNZendesk
This PR was what I was looking for. On XCode 11.5 (Swift compiler 5.2.4), using the current release of react-native-zendesk
, I get the following error: Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2.4 compiler
. Using the new, not deprecated, SDK solves this issue. This is going to be a problem moving forwards for anyone using react-native-zendesk
on iOS until this is merged (Issue #23).
@Meegul For now, I decided to use the fork: npm install -S maxhungry/react-native-zendesk#swift-5-2
, works perfectly 👌.