XCode 14 compile errors immediately disappear or do not appear at all

I'm unable to use XCode 14 to develop my app because as soon as a compiler error is shown, it is immediately withdrawn from the Issue Navigator pane. This makes it impossible to see what is wrong. The errors are also immediately withdrawn from the editor.

This video shows 3 attempts to compile the project: after the first attempt no error shows, after the second attempt the error shows for a moment then is automatically removed (no mouse or keypress from me), after the third attempt same.

https://youtu.be/bmK_k6oLYpQ

I have tried rebooting, and deleting ~/Library/Developer/Xcode/DerivedData, to no effect.

Xcode -> Preferences(command + ,) -> General Tab -> Uncheck Show Live Issues.

Cheers!

26

Did anyone figure out fix for this error on Xcode 14.0/1? Please share! Very annoying!

Is there seriously nothing being done to address this issue? Using Rosetta doesn't help, and neither does unchecking show live issues. The IDE is on the border of being unusable. This needs to be fixed ASAP!

Anyone figure out how to get around this

Hi everyone. Until Apple fixes this issue, the temporary solution is:

  1. Navigate to Xcode in your Applications Folder
  2. Right click and tap "Get Into"
  3. Enable "Open Using Rosetta"

+1 Same issue here

I tried everything but finally it's worked!!!!

Solution 1 It's an issue with authorization. Try this in the Terminal:

sudo DevToolsSecurity -enable

It may ask you to enter your mac password so kindly do that.

Solution 2

Edit Scheme -> Run -> Debug excitable

uncheck this checkbox it will be ok!

It's been over a month and still no response.

Still having this issue - Xcode 14.1 on Monterrey :( Seems like being on Ventura doesn't make things better either.

I'm also getting this issue. I'm using Xcode 14.1 on Ventura.

Same issue, going almost insane :') using Xcode 14.1 on Ventura on an M1 Max.

I tried every "solutions" in this thread but no luck. Can this be fixed, it's very hard to work with.

Worked for me, thank you very much!

Still having this issue, Xcode 14.2 on Monterey

A workaround that seems to work for me is to turn off live issues:

Xcode > Settings > General > "Show live issues"

XCode 14 compile errors immediately disappear or do not appear at all
 
 
Q