GetCloudProjectId crashes with Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)
tffalls opened this issue · 3 comments
tffalls commented
I am getting a Thread 1: EXC_BAD_ACCESS (code=1, address=0x0) at GetCloudProjectId when I build my project from XCode to run it on my iPhone 6 (physical device).
I have looked at the solution to a related issue already on here (#84), but my Info.plist file already has the correct UnityCloudProjectID.
Does anyone know what could be causing this issue?
Unity Version: 2018.1.9f2
React Native Version: 0.57.2
ziyoshams commented
I don't use GetCloudProjectId, but most of the issues surface from using different Unity Versions. Use 2018.2.17
version. Download from here: https://unity3d.com/get-unity/download/archive
tffalls commented
@ziyoshams Unfortunately changing my Unity version ends up with the same error, thanks for the suggestion though