Re: Xcode-users Digest, Vol 13, Issue 52

2016-02-26 Thread Rainer Brockerhoff
tribute on the logging function — I can’t use the > `__NSString__` style because the parameter isn’t an NSString anymore, but I > can’t use the `__printf__` style because that doesn’t allow `%@`. :( > A little late, sorry. Try using Wim's trick and then reference the string like NSLog

Re: System Integrity Protection - can't debug pref pane

2015-09-30 Thread Rainer Brockerhoff
a copy of System Preferences.app on your desktop and run your pane from there. I can't test this yet, but if the debugger doesn't attach to that, re-sign it with your own Developer ID. Option 2 would be, since the pref pane APIs are documented, write your own container app and debug with that - IIRC pref panes can b