- Home /
Question by
thienohs · May 07, 2015 at 06:59 AM ·
buildsettings
Could not produce class with ID 159 - Crash when run on iOS device
Hi everyone,
I run into this issue where I build the game successfully and run it on the device. In XCode it generates 2 error log :
Could not produce class with ID 159
Could not produce class with ID 159
One after another and then crash due to BAD_ACCESS.
I looked up here http://docs.unity3d.com/Manual/ClassIDReference.html, Class with ID = 159 is EditorSettings. Why would I need EditorSettings in an iOS build ? The version I'm using is 5.0.1p3.
Anyone can help how to resolve this problem ?
Comment