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

Swift Compiler Error: Explicit Capture of 'self' Required in Visualizer.swift #660

Closed
ashifali3147 opened this issue Dec 17, 2024 · 2 comments · Fixed by #662
Closed

Swift Compiler Error: Explicit Capture of 'self' Required in Visualizer.swift #660

ashifali3147 opened this issue Dec 17, 2024 · 2 comments · Fixed by #662

Comments

@ashifali3147
Copy link

After updating Flutter to the latest version, the livekit_client package (v2.3.2) fails to build on iOS. The following Swift compiler error occurs:

Reference to property 'eventSink' in closure requires explicit use of 'self' to make capture semantics explicit
/Users/dpl-ashif/.pub-cache/hosted/pub.dev/livekit_client-2.3.2/ios/Classes/Visualizer.swift:90:12

@ashifali3147
Copy link
Author

Please share an update, I am not able build my application for this Visualizer class in swift

@ashifali3147
Copy link
Author

Hi @cloudwebrtc,

Thank you for addressing the Swift compilation errors in PR #662. The resolution is greatly appreciated!

I wanted to bring to your attention another issue related to the repository: Issue #1722.

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.

1 participant