Hacker News new | ask | show | jobs
by saagarjha 482 days ago
For those that don't understand exactly how annoying this is, I once took the time to reverse engineer Xcode to figure out exactly where it was coming from and then inject code into it to make it shut up: https://github.com/saagarjha/dotfiles/blob/master/xcodebuild...
1 comments

Thanks for sharing. Do you build that into your app or should it run as a command line program on its own?
You need to disable SIP and then you can DYLD_INSERT_LIBRARIES (or equivalent) it into xcodebuild