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
I tested the example in the simulator (iPhone 6s) and it worked but when I run it in a device (iPad Mini or iPhone) it crashes.
In the log I saw this warning
To get test ads on this device, call: request.testDevices = @[@"0123456789abcdef0123456789abcdef" ];
I added the testDevices to the created instance of TCMaskView maskView.testDevices = ["0123456789abcdef0123456789abcdef"]
maskView.testDevices = ["0123456789abcdef0123456789abcdef"]
but the TCMaskBlendExample keeps crashing with the same error
error: memory read failed for 0x800 Thead 1: EXC_BAD_ACCESS (code=1, address=0x800)
Any workaround?
The text was updated successfully, but these errors were encountered:
Me too. There is no problem with the simulator, but if it runs on the iOS device, a problem will occur.
Sorry, something went wrong.
Same error here. Any workaround?
Any workaround? please
No branches or pull requests
I tested the example in the simulator (iPhone 6s) and it worked but when I run it in a device (iPad Mini or iPhone) it crashes.
In the log I saw this warning
To get test ads on this device, call: request.testDevices = @[@"0123456789abcdef0123456789abcdef" ];
I added the testDevices to the created instance of TCMaskView
maskView.testDevices = ["0123456789abcdef0123456789abcdef"]
but the TCMaskBlendExample keeps crashing with the same error
error: memory read failed for 0x800 Thead 1: EXC_BAD_ACCESS (code=1, address=0x800)
Any workaround?
The text was updated successfully, but these errors were encountered: