Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iOS Zendesk SDK #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bump iOS Zendesk SDK #24

wants to merge 2 commits into from

Conversation

maxhungry
Copy link

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

Close #23

@thedarkcder
Copy link

Can not build using this PR

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

@Meegul
Copy link

Meegul commented Jul 14, 2020

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).

@pastuxso
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.2 compiler
4 participants