-
Notifications
You must be signed in to change notification settings - Fork 100
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
After pulling the source code locally, some Delegates will report errors #414
Labels
bug
Something isn't working
Comments
|
|
Hmm.. It's odd that you need to do that, is it only with TrackDelegate ? |
Hmm looks like some Xcode bug, I'm not sure how to reproduce this at the moment. |
Okay, then I will continue to follow up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After pulling the source code locally, some Delegates will report errors
SDK Version
2.0.10 ~ 2.0.11
iOS/macOS Version
iOS17.2
Steps to Reproduce
No need for Swift Package Manager, simply pull the source code locally
If I remove
@objc
, it will work normally. (or do I just usenewValue?.delegates.add(delegate: self)
It also works (but the entire livekit sdk has too many delegates, it is too troublesome to change them all)I feel like it's a problem with the Swift version being too high, but I don't know how to solve it.
Screenshots
The text was updated successfully, but these errors were encountered: