I'm using the Sparkle framework in Xcode 5. When I build I see the following warning. Is there a way to disable (quiet) this warning without changing the fact that Sparkle uses GC?
Thanks!
I'm using the Sparkle framework in Xcode 5. When I build I see the following warning. Is there a way to disable (quiet) this warning without changing the fact that Sparkle uses GC?
Thanks!
I think is is maybe what you're after, in the Sparkle Xcode project:
This removes the configuration which supports Sparkle dual-mode with GC and should remove the warnings. The standard Release configuration does not use GC.
HTH
The latest development version of Sparkle now uses Automatic Reference Counting and will likely be available in Sparkle version 1.8.