objective c - Getting rid of "forcing GC OFF because OBJC_DISABLE_GC is set" -


when run tests, lines this:

objc[8845]: gc: forcing gc off because objc_disable_gc set 

it pollutes output of subprocesses run. how rid of it? project built arc, don't want garbage collection.

there great blog post issue here:


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -