Sparkle - 绑定不起作用
我正在尝试将 Sparkle 实现到我的项目中,它工作正常,但我有一个问题:
我无法让这些绑定工作(自动CheckForUpdates 等)。
我添加了一个检查按钮,如文档所述,但是当我绑定到更新程序(它是我笔尖中的一个对象)时,模型密钥路径无法识别这些方法:
我将更新程序设置为来自 SUUpdater 类,并且我的 NSButton(“检查更新”)也有效很好(链接到更新程序对象)...
设置也正确显示在我的 plist 中,那么我做错了什么?
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, but when I bind to Updater (which is an object in my nib) the Model Key Path doesn't recognize the methods:
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我把这个项目清理了好几次,突然就成功了。我不知道发生了什么。
I cleared the project several times and suddenly it worked. I've no clue what happened.