I'm using Unity 5.2 and Xcode 7, and when I choose IL2CPP as scripting backend, Universal for architecture, and run on Xcode: I get this error several times at runtime:
(Filename: currently not available on il2cpp Line: -1)
NullReferenceException: A null value was found where an object instance was required.
at BaseMenuControl.baseUpdate () [0x00000] in <filename unknown>:0
at MainMenu.Update () [0x00000] in <filename unknown>:0
Where MainMenu inherits BaseMenuControl and BaseMenuControl inherits MonoBehaviour, except this, there is nothing special.
Is there anybody to help/guide me?