google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

Examples build using Unity 2019.4 crash on iOS #725

Open uffeflarup opened 4 years ago

uffeflarup commented 4 years ago

Hi,

I have previously build the ARCore examples for iOS by following the official guide: https://developers.google.com/ar/develop/unity/quickstart-ios

Previously I used Unity 2019.2, and the scenes that supports iOS worked perfectly.

However, after upgrading to Unity 2019.4 LTS the iOS app no longer starts. I shows a black screen, and after 20 seconds it shuts down. In the iOS crash log I see the following:

Termination Description: SPRINGBOARD, process-launch watchdog transgression: application:403 exhausted real (wall clock) time allowance of 20.00 seconds

Anyone knows how to get ARCore working for iOS using Unity 2019.4?

Thank you very much in advance for all help.

Kind regards, Uffe Flarup

SPECIFIC ISSUE ENCOUNTERED

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Build the Example project using Unity 2019.4 LTS using this guide: https://developers.google.com/ar/develop/unity/quickstart-ios

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS