So let’s check out the steps you’ve taken.
Normally this process looks something like this
- run a web build:
ionic buildornpm run build - Sync/copy the assets for native:
npx cap sync - open the native IDE:
npx cap open ios - build for the simulator or real device.
does this match your process?