Images not showing up on ios app but does on localhost

Hi, I’m having an issue where the ios app of my ionic project does not show any images. Images work as intended on localhost web browser though. I am using ionic with VUE and the images are stored in the public/assets/img folder I made.

I run

npm run build
ionic build
ionic capacitor run ios

Solved, the app is case sensitive but the web browser server is not. I had it called asset.PNG for example but referenced it as asset.png and it did not work for IOS