[Sparkle] Can't remove all traces of Sparkle...I think
Dean Shavit
acn-lists-dean at macworkshops.com
Mon May 19 22:38:05 PDT 2008
Another, possibly related question - is Sparkle 1.5 compatible with
10.3.9?
On May 20, 2008, at 12:35 AM, Dean Shavit wrote:
> Dave,
>
> I appreciate the tip and I'll look, but if I was referencing a
> webview, how come re-linking Sparkle fixes the issue? Also, this
> issue didn't exist before I removed Sparkle...
>
> On May 20, 2008, at 12:33 AM, Dave Dribin wrote:
>
>> On May 20, 2008, at 12:24 AM, Dean Shavit wrote:
>>> Thanks for the response Andrew,
>>>
>>> Each time the application crashes, it references a web view. I
>>> don't have a web view in my project though I know Sparkle has one.
>>>
>>> decodeObjectForKey:]: cannot decode object of class (WebView)
>>> 2008-05-19 23:28:24.745 Mac UserMate[17831] An uncaught exception
>>> was raised
>>> 2008-05-19 23:28:24.746 Mac UserMate[17831] *** -
>>> [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of
>>> class (WebView)
>>> 2008-05-19 23:28:24.746 Mac UserMate[17831] *** Uncaught
>>> exception: <NSInvalidUnarchiveOperationException> *** -
>>> [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of
>>> class (WebView)
>>> 2008-05-19 23:32:45.443 Mac UserMate[18259] An uncaught exception
>>> was raised
>>> 2008-05-19 23:32:45.443 Mac UserMate[18259] *** -
>>> [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of
>>> class (WebView)
>>> 2008-05-19 23:32:45.444 Mac UserMate[18259] *** Uncaught
>>> exception: <NSInvalidUnarchiveOperationException> *** -
>>> [NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of
>>> class (WebView)
>>
>> This means that the NIB is unarchiving a WebView, but you're not
>> linked against WebKit. It's essentially a run-time link error.
>> If you're *sure* you're don't use a WebView anywhere in your code,
>> you probably still have a reference to one somewhere in your NIB.
>> Try using the search box to see if you can find any WebView
>> instances in your NIBs.
More information about the Sparkle
mailing list