Ios simulator debug blankscreen can't find index js or css

Hello! I have android and web working perfectly, but when I load up my app in xcode simulator, I just get a blank white screen. Using safari inspector, the console error is: “Failed to load resource: The file “index-A7etc.js” couldn’t be opened because there is no such file.” Same for the index css file.

In /ios/App/App/public/index.html (and inspector), I have

<script type="module" crossorigin src="/assets/index-A7nrEjMf.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3asAeYVN.css">

In /ios/App/App/public/assets/ is the index.js and index.css files with the right names, and all the rest of my pages. I don’t know why it’s not being read?

I’ve been through many forum topics, I really hope I didn’t miss one. I don’t know what I’m doing wrong.

capacitor/app: 6.0.0
capacitor/core: ^6.0.0
capacitor/ios: ^6.0.0
ionic/vue: ^8.1.0

Any suggestions I would be super grateful, thank you!