I developed an iOS game in Unity editor which is also playable in Unity editor. But I want to Build&Run the game in iOS (Xcode). The build is succeed but the game does not work properly. That is why I decided to debug my function and then I got the following errors in Xcode:
----------
> (Filename:> /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h> Line: 43)
----------
> NullReferenceException: A null value> was found where an object instance was> required. at> BallScript.MobileControl () [0x00000]> in :0
----------
> (Filename:> currently not available on il2cpp> Line: -1)
----------
What is the reason to cause those errors and what can I do against those errors?
↧