Problem in runtime

My app cannot work and I have no idea my codes have what issue. It is a food order app and when I proceed to screen 2, it is irritated and can not shown.





Are you testing in iOS?

Ys I am

Can you show us the exact error message?

1 Like

RuntimeError. Irritants: (Cannot find the component: Pastanum Problem with application) Note: You will not see another error reported for 5 seconds.

1 Like

wrong number of arguments (1 for 2). Irritants: ()
Note: You will not see another error reported for 5 seconds.

1 Like

Export your .aia file and upload it here.
export_and_upload_aia

cl_project27.aia (2.9 MB)

I am suspicious of those JOIN blocks with only one socket.

They might not be handled right in iOS.

Here are some suggested substitutions ...



Also, in Screen3, avoid numeric errors by:

(blocks are draggable.)

Try to test in an Android emulator, if you can.
iOS support is half baked.

Thank you so much and I'll try that. :pray: