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

Docs/ShareKit: Consecutive statements on a line must be separated by ';' #31

Open
nickf2k opened this issue Apr 3, 2024 · 1 comment · May be fixed by #32
Open

Docs/ShareKit: Consecutive statements on a line must be separated by ';' #31

nickf2k opened this issue Apr 3, 2024 · 1 comment · May be fixed by #32

Comments

@nickf2k
Copy link

nickf2k commented Apr 3, 2024

When i following the instruction of ShareKit at README.md or https://developers.tiktok.com/doc/share-kit-ios-quickstart-v2/
in this code:
let shareResponse = response as? TikTokShareResponse else { return }
I got an error in Xcode:
Consecutive statements on a line must be separated by ';'
Apple Swift version 5.9.2
Xcode 15.2

nickf2k added a commit to nickf2k/tiktok-opensdk-ios that referenced this issue Apr 3, 2024
@nickf2k nickf2k linked a pull request Apr 3, 2024 that will close this issue
@nickf2k
Copy link
Author

nickf2k commented Apr 3, 2024

I fixed it in PR #32

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 a pull request may close this issue.

2 participants
@nickf2k and others