My help book keeps loading, never displays

65 Views Asked by At

My app points to a help book in its plist file :

<key>CFBundleHelpBookFolder</key>
<string>MyApp.help</string>
<key>CFBundleHelpBookName</key>
<string>com.bruno.myapp.help</string>

The help book's structure is as follows :

MyApp.Help > Contents > Info.plist, Resources > English.lproj > index.html, InfoPlist.strings

The help book's property list seems fine too :

enter image description here

When I add it to my XCode project, then launch the help section of my app, nothing shows. The Help Viewer just keeps loading for a long while (spinner at the top) until it stops and the help window's still blank.

Every time I restart my computer the changes I might have made to the help book also get lost.

There are no errors in the Console.

0

There are 0 best solutions below