objective c - how to unregister Mac app help book -


I have registered the help book for my app, then in the following days, I updated the help book, but when I execute my app, the help book is still the old version, this is not an update, is there any way to unregister the help book? Or let it update?

I have found a good blog post which includes a script which helps viewers cache and help reboot the daemon it happens.

The script looks like this:

  rm -rf ~ / library / caches / com.apple help * rm -rf ~ / library / Preferences / com.apple.help * rm -rf ~ / .trash / * killall helpdf type command com.apple.helpindexer index anchors yes    

Comments