You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've updated build scripts to work with Unity 2019.4.* versions. And It was working good, without any problems. Now I have this error on Unity 2019 LTS, 2019.4.34, when starting Unity inside ReactNative:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Custom instantiated <UnityDefaultViewController: 0x107e34490> must be kind of class SplashViewController'
It is breaking integration at very beginning, and Unity does not even start. Could be related maybe to some iOS updates?
Any suggestions/ideas ?
The text was updated successfully, but these errors were encountered:
Hi there,
So I've updated build scripts to work with Unity 2019.4.* versions. And It was working good, without any problems. Now I have this error on Unity 2019 LTS, 2019.4.34, when starting Unity inside ReactNative:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Custom instantiated <UnityDefaultViewController: 0x107e34490> must be kind of class SplashViewController'
It is breaking integration at very beginning, and Unity does not even start. Could be related maybe to some iOS updates?
Any suggestions/ideas ?
The text was updated successfully, but these errors were encountered: