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
The original issue was posted on tuist issues, but maybe someone faced the same problems or had experience with it. Will be very appreciative to have help.
What happened?
LiveKit provides SwiftSDK for integration to the iOS applications. SwiftUI demo project works perfectly with SPM. My goal is to use the SwifUI demo in our project generated with Tuist.
I've created a new target and connected dependencies as I've done for all other targets (our app has many targets and dependencies, connection process was clear). As a demo, I use the same code from the demo project.
The application is launching without any issues. When LiveKit establishes a connection it crashes with “unrecognized selector sent to instance…” (check Error log section)
PS: Token expires every 24 hours. I'm going to edit every day.
Error log
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[LiveKit.LocalParticipant addDelegate:]: unrecognized selector sent to instance 0x6000007a9810'
macOS version
13.5.1
Tuist version
3.17.0
Xcode version
Version 14.3.1 (14E300c)
The text was updated successfully, but these errors were encountered:
The original issue was posted on tuist issues, but maybe someone faced the same problems or had experience with it. Will be very appreciative to have help.
What happened?
LiveKit provides SwiftSDK for integration to the iOS applications. SwiftUI demo project works perfectly with SPM. My goal is to use the SwifUI demo in our project generated with Tuist.
I've created a new target and connected dependencies as I've done for all other targets (our app has many targets and dependencies, connection process was clear). As a demo, I use the same code from the demo project.
The application is launching without any issues. When LiveKit establishes a connection it crashes with “unrecognized selector sent to instance…” (check Error log section)
How do we reproduce it?
Tuist demo project :
LiveKitTuist.zip
Download and gererate project with Tuist:
cd LiveKitTuist
tuist fetch
tuist generate
To be sure, it's tusit generation issue I have same project with same structure with clean SPM:
LiveKitXcode.zip
Download and open
LiveKitXcode.xcodeproj
As demo credentials for both projects use:
PS: Token expires every 24 hours. I'm going to edit every day.
Error log
macOS version
13.5.1
Tuist version
3.17.0
Xcode version
Version 14.3.1 (14E300c)
The text was updated successfully, but these errors were encountered: