You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
nickf2k
added a commit
to nickf2k/tiktok-opensdk-ios
that referenced
this issue
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
The text was updated successfully, but these errors were encountered: