Hello all,
I’m building my game to the iOS simulator. It fails to start, and crashes on a line pointing towards the Advertisement service.
File:
UnityEngine.Advertisements.cpp
Line: 6962
bool L_1 = UnityAdsSettings_get_testMode_mB7505FA841B82FB37A830EB43FE95DAB6FE38824(/hidden argument/NULL);
Error:
Thread 1: EXC_BAD_ACCESS (code=1, address=0xda)
Unity 2020.1.0f1
Advertisements package 3.5.0
iOs version 14
Any ideas?
Does this error only happen in version 3.5.0? Have you tried 3.4.8? Also, do you get the same error on a real device?
This can occur if you have not properly linked your project and you attempt to use some of the services that require your project to be linked. See: Unity - Manual: Setting up your project for Unity services. If you are still seeing this after linking your project, please let me know as this would indicate a new bug that would need to be addressed.