tiktok / tiktok-opensdk-ios

The TikTok OpenSDK features Login Kit and Share Kit which allow your users to log in using their TikTok account and share content from your app to TikTok.
https://developers.tiktok.com
Other
65 stars 20 forks source link

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

Open nickf2k opened 3 months ago

nickf2k commented 3 months ago

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 commented 3 months ago

I fixed it in PR #32