If I try to use Enum or Coroutine (IEnumeraltor / IEnumerable) in specific class,
I got IL2CPP error with iOS/64bit.
but, I'm using Enum or Coroutine in anothor clesses with no problem and IL2CPP build is ok.
what is this situation?? how can I handle it?
Here is my error message from Xcode. Unity 5.2.2f1 and Xcode 7.1.1
I always see with _U3CPrivateImplementationDetailsU3E__ctor_mXXXX.
and I search native cpp files, I can't find _U3CPrivateImplementationDetailsU3E__ctor_mXXXX's body.
I find only declare in Il2CppMethodPointerTable.o.
![alt text][1]
I completely messed up with this error. plz help me.
I direct my post from script forum here.
[link text][2]
[1]: /storage/temp/59012-sdf.png
[2]: http://forum.unity3d.com/threads/is-it-il2cpp-generating-bug-or-my-mistake.370906/
↧