I can't build ionic react app on IOS simulator

So let’s check out the steps you’ve taken.
Normally this process looks something like this

  • run a web build: ionic build or npm 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?