Attached is the image of the error I’m getting. Not even sure how to start debugging this. Thanks!
The error implies you are creating a button with an invalid image reference. If this is on device then ensure you have named the file correctly. “button.png” is different to “Button.png” on device and will error but it will work just fine on simulator.
The error implies you are creating a button with an invalid image reference. If this is on device then ensure you have named the file correctly. “button.png” is different to “Button.png” on device and will error but it will work just fine on simulator.