Can I turn off the warning “Updating the debugger from GDB to LLDB” in Xcode 4.3.2?

I do not want to beta test LLDB debugger for Apple. How can I get Xcode to stop me to update the debugger? Seeing a warning exclamation point every time I build is pretty annoying.

+5
source share
1 answer

According to CodaFi's comment above, there is currently no way to disable this warning.

0
source

All Articles