recently I had to update unity to 5.0.1 and switch complator to il2cpp 64b on iOS. I have a huge amount of compilation errors like:
Bulk_Assembly-CSharp_10.cpp:57:61: Unknown type name 'U3CLoadCompletionStateU3Ec__AnonStorey75_t1534';
Bulk_Assembly-CSharp_10.cpp:71:19: Use of undeclared identifier 'TutorialStepXML_get_StepId_m8241';
Bulk_Assembly-CSharp_10.cpp:459:3: Unknown type name 'BaseTutorialStep_t1515';
...
and many, many more
How to diagnose problem and how to find the reason of that errors? Those messages tells me nothing, so I can't even try fix a problem.
↧