We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I tried to use this SDK for SwiftUI project but it doesn't seem to work
This is what I did briefly
import SwiftUI struct MyView: View { var body: some View { Text("Hello world") .onAppear { CBTracker.shared().trackView(self, viewId: #view_id, title: #title) } } }
And app crashed when I call the trackView(:viewId:title) with this error
trackView(:viewId:title)
2022-08-16 11:15:20.775438+1000 App[18288:236085] -[__SwiftValue bounds]: unrecognized selector sent to instance 0x600001a95c20 2022-08-16 11:15:20.783073+1000 App[18288:236085] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__SwiftValue bounds]: unrecognized selector sent to instance 0x600001a95c20'
Or am I missing something?
I wonder if you have plan to support SwiftUI?
Cheers, Dan
The text was updated successfully, but these errors were encountered:
I've the same issue Is there any update on this?
Sorry, something went wrong.
No branches or pull requests
Hi there,
I tried to use this SDK for SwiftUI project but it doesn't seem to work
This is what I did briefly
And app crashed when I call the
trackView(:viewId:title)
with this errorOr am I missing something?
I wonder if you have plan to support SwiftUI?
Cheers,
Dan
The text was updated successfully, but these errors were encountered: