Site icon ivucica blog

WARNING: skipping plugin for GC

If you’re using or writing a custom plugin for Xcode, and you’re getting “WARNING: skipping plugin for GC” in Console.app, you need to recompile it with garbage collection set to “supported”, and you need to add key/value pair to Info.plist: XCGCReady set to YES.

Source: CocoaDev


via blog.vucica.net