[Sparkle] Sparkle and Leopard
Eric Hochmeister
erichochmeister at gmail.com
Wed Nov 14 11:57:33 PST 2007
Hi,
I was wondering if anyone has experienced any issues with Sparkle and
Leopard? When my application is run in Tiger, everything works fine,
but on Leopard it seems that the 'appcastDidFinishLoading:' method is
not called on the Updater in the method _fetchAppcastFromURL: in
SUAppcast.m.
This call: [delegate
performSelectorOnMainThread:@selector(appcastDidFinishLoading:)
withObject:self waitUntilDone:NO]; does not seem to have any effect
(the method appcastDidFinishLoading: is never run) and so Sparkle
never progresses, and always thinks its still updating.
Note: the delegate exists and matches the Updater which is instantiated.
Has anyone experienced this or have any suggestions?
Thanks,
Eric
More information about the Sparkle
mailing list