orta / RedXcode

When Xcode is being ran in a debugger, make it obvious that it's in dev mode by turning it red and adding a cool banner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugged Xcode crashes on launch if ‘View Debugging’ is enabled.

alloy opened this issue · comments

Not sure if this is a known thing or if it’s supposed to work but isn’t for me, but I had to disable ‘View Debugging’ from the scheme’s debugging options, otherwise Xcode would crash on startup.

The project of RedXcode has this disabled as well, which makes me think it’s a known thing? In which case it would be nice to tell users about such configuration in the README.

Known issue with Xcode, maybe could be ficed in the new plugin template?

That’s a good idea, but it doesn’t retroactively help those that already have plugin projects, so if this is an issue that’s going to stay around, I think it should be mentioned in the README.

Interestingly enough that is already the setting in the Xcode plugin template, I guess I must have done some shenanigans with targets and schemes and ended up creating a new scheme.

I think it should be mentioned in the README.

I agree with this