Getting rid of "forcing GC OFF because OBJC_DISABLE_GC is set"
When I run my tests, I get lines like this:
objc[8845]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
It also pollutes the output of the subprocesses that I run. How do I get
rid of it? My project is built with ARC, so I certainly don't want garbage
collection.
No comments:
Post a Comment