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

Setup methods #6

Open
nosirrahh opened this issue Apr 19, 2023 · 1 comment
Open

Setup methods #6

nosirrahh opened this issue Apr 19, 2023 · 1 comment

Comments

@nosirrahh
Copy link

I'm getting constant errors when I call the setup methods using XCode iOS Simulator.

SmartlookUnity.SetupOptionsBuilder builder = new SmartlookUnity.SetupOptionsBuilder("YOUR-SMARTLOOK-PROJECT-KEY");
SmartlookUnity.Smartlook.SetupAndStartRecording(builder.Build());

And

SmartlookUnity.Smartlook.Setup("YOUR-SMARTLOOK-PROJECT-KEY");

The application ends with the message:

dyld[53254]: missing symbol called
logs.txt

@jCharv
Copy link
Contributor

jCharv commented Apr 26, 2023

Hey @nosirrahh, you are running the simulator on an intel mac, is that correct? Our SDK at the moment works on devices only, but it should be a quick fix to enable the SDK to run on simulator as well.

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

No branches or pull requests

2 participants