react-native-zendesk icon indicating copy to clipboard operation
react-native-zendesk copied to clipboard

Bump iOS Zendesk SDK

Open maxhungry opened this issue 4 years ago • 3 comments

Update iOS SDK to latest, fix Swift 5.2 compiler error.

Close #23

maxhungry avatar Apr 10 '20 07:04 maxhungry

Can not build using this PR

I receive: Failed to load module 'SupportSDK' from RNZendesk

thedarkcder avatar Jul 09 '20 23:07 thedarkcder

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 avatar Jul 14 '20 21:07 Meegul

@Meegul For now, I decided to use the fork: npm install -S maxhungry/react-native-zendesk#swift-5-2, works perfectly 👌.

pastuxso avatar Jul 15 '20 14:07 pastuxso