I am attempting to make a simple non-localized help book for my Cocoa application. I've made a .help file with the structure described in the somewhat out-of-date Apple Help Programming Guide. When I run my app in the debugger from Xcode, the help item is correctly listed under the help menu. But selecting it just brings up a dialogue with "The selected topic is currently unavailable".
Opening the help bundle and going to the title page html file (in Safari) correctly navigates the structure of the help folder. This is only 3 pages. It seems like the help viewer is not getting to the title page. What is the correct structure of the help bundle and the related plist values for the help viewer to work?
I have:
contents/
Info.plist
Resources/
English.lproj/
title page.html, help index, pigs folder, sty folder etc
thanks
r