It is already set to YES. That's what puzzling - the UIKit shouldn't require GC, and the iphone doesn't support it, which is why it should be disabled in the environment. The error line posted above is hard to read, but the salient part is:
test rig is being run with Objective-C garbage collection disabled, but the test bundle requires Objective-C garbage collection. To enable Objective-C garbage collection for the test rig, run it in an environment without the OBJC_DISABLE_GC environment variable.
Thanks
|