I am getting this error repeatedly on device.
?:0: attempt to index field ‘parent’ (a nil value)
stack traceback:
?: in function <?:476>
?: in function <?:218>
This happens when I am about to change to a new scene(in director class).
Since the error does not give any stack information or line numbers unlike other errors, I am assuming this has something to do with in-built code… probably widgets( I am using buttons,.a spinner and a scrollview in this particular scene). Not sure if I am right or wrong.
Any help please?
Why does this error occur?