Unexpected crashes on Xcode 14.3 (SIGTRAP)

Good morning.

I'm writing this post because I really need some help in facing this issue. This issue began occurring in Xcode 14.3 and Xcode 14.3.1. While my project can still be opened in Xcode version 14.2, it crashes immediately after opening.

Please, could you help me? Many thanks

add xcode crash log

What is crashing: Xcode or your project?

If Xcode is crashing, start by narrowing down the problem. Can you create new projects? Can you open other projects? If you can create new projects and open other projects, you know the problem is with the one project.

If your project is crashing when you run it, create an exception breakpoint by choosing Debug > Breakpoints > Create Exception Breakpoint in Xcode. When your app crashes, the exception breakpoint will show you where in your code the app crashes. You will have to post your code for anyone to provide additional help to solve the crashing problem.

Xcode can create new projects and also open existing project.

However, when attempting to open a specific project by selecting "Open" within Xcode, the project crashes immediately upon opening (before the project content is displayed). Additionally, an error message is shown. Throughout this process, the use of the exception breakpoint is entirely ineffective.

The answers to the following Stack Overflow question may help you solve your problem with Xcode crashing when opening a specific project:

https://stackoverflow.com/questions/4455903/xcode-crashing-when-opening-project-file

Unexpected crashes on Xcode 14.3 (SIGTRAP)
 
 
Q