Ionic 6 - Xcode don't open project

Hi,
i create an Angular project with Ionic 6.2 and Capacitor 4.1.
Next i use this commands:

  • ionic capacitor add ios (All ok)
  • ionic capacitor open ios (Now i have a problem)

xCode don’t open project and continue loading. I have to force xcode to quit from mac menu.

I created a blank project for testing and the result is the same.

i’m using the new mac 2021 with processor m1 pro.

Thanks.

try reinstalling xcode, deleting all its related stuff before from the folder user/library/developer

I updated Xcode from 13.1 version to 13.4 and now all it’s ok. It was probably a Xcode bug.

Thanks.