so here’s what im curious about
as you build you app with a simulator and if an error occurs it stops the app and tells you what the problem is
However, does this mean these kind of errors will all stop you actual app from running?
for example . the simulator shows an error message when it can’t indesx a certain value from an array
however , i want the app to do nothing if it can;t find any value
of course i can’t prevent this by using if statements
however can i just let it go and
have it ignore it in the real app? or will it stop the app