Can't link Sparkle.Framework

I tried to link to my ASOC-app Sparkle in the same way as did in ASS and got the message:

It doesn’t make sense to me.

  • Is Sparkle compatible with ASOC ?
  • Did I make wrong settings ?

Heiner

It sounds like it wants garbage collection, which is on by default in ASObjC. You can turn it off, but then you have to add all the retain/release stuff to your code.

You might start by asking the author if he has any plans for a GC version.

The Sparkle package includes a GC version

Indeed, I’ve found it in the Sparkle folder, implemented it and it works!

(I didn’t know before what a GC is and that an ASOC app needs a GC-version. It is not my intend to throw my app into the trash.)

Thanks for help.

Heiner

Sorry, I’m back again.
This works only in Debug modus, in Release modus it hangs with following message:

I have found the reason.
I added the blue cube twice, one in MainMenu.xib (for a menu item) and one in MyDocument.xib (for a preference panel). That does not have it gladly. I decided for the menu item.