开发者

Sparkle - binding doesn't work

开发者 https://www.devze.com 2023-03-08 04:43 出处:网络
I\'m trying to implement Sparkle into my project and it works fine, but I have one problem: I can\'t get these bindings to work (automaticallyCheckForUpdates etc.).

I'm trying to implement Sparkle into my project and it works fine, but I have one problem:

I can't get these bindings to work (automaticallyCheckForUpdates etc.).

I added a check button, as the documentation described,开发者_C百科 but when I bind to Updater (which is an object in my nib) the Model Key Path doesn't recognize the methods:

Sparkle - binding doesn't work

I set up Updater to be from the class SUUpdater and also my NSButton ("Check For Updates") works fine (linked to Updater-object)...

Also the settings appear in my plist correctly so what am I doing wrong?


I cleared the project several times and suddenly it worked. I've no clue what happened.

0

精彩评论

暂无评论...
验证码 换一张
取 消