Open germanleiva opened 6 years ago
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?
Me too. There is no problem with the simulator, but if it runs on the iOS device, a problem will occur.
Same error here. Any workaround?
Any workaround? please
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?