XCode 13 - No Help Book

I recently switched to Mac OS 12 and XCode 13. I did some work on my application and rebuilt it. Now there is no Help Book. I didn't change the property lists and everything looks right. When I open the Help Book the application either opens a window with a message that the content is currently unavailable or it opens a Help Book window with no content. When this second thing happens the log window shows "entering AHRegistered help Book" but it doesn't appear. Does anyone have any suggestions?

Cleaning and rebuilding the project doesn't help. Restarting XCode or my Computer doesn't help. The project doesn't log any errors but there is one error in the Console:

error 18:29:15.933543-0600 HelpViewer volume does not support data protection, stripping SQLITE_OPEN_FILEPROTECTION_* flags

An older version of the program shows the Help Book.

Is this a new bug in XCode?

Hi @Tlaloc  good to read this. I am currently cleaning up my Application for the release and put a lot of effort in the Help Book. Yesterday I updated to macOS 12.0.1 and my application isn't able to get the Help Book any longer. Even the Finder doesn't show the bundle anymore. It is now a normal folder.

I spend hours try to fix my bug, and somehow it feels a bit better not to be alone. Please keep me in touch if you find any solution. I'll do the same.

I'm having the exact same problem. Of course the Apple Help Programming Guide was last updated in 2013. It feels as if Apple is actively discouraging help books.

To update my application I'll have to create a separate volume on my hard drive and install earlier versions of macOS and XCode. This page:https://developer.apple.com/download/ says that I can do it. It links to another page, https://support.apple.com/en-us/HT208891, that tells how to create a volume and install the earlier OS but there's no link to a description of where to get XCode 12. Does anyone know how to get this?

I have the same issue. The Help Book is working just fine on a Yosemite - Xcode 7 environment. Also, some .help are recognised as helpViewer bundle, some not. I suppose it is related to new security requirements in the bundle.

Hi, In fact it is a sandbox issue. I could have the Help Book launched correctly when I run my main app outside Xcode… When I did move the app from the Xcode debug folder to my user application folder, I could call the Help Book without problem after deleting the cache ~/library/caches/com.apple.helpd and log off / log on.

I upgraded to macOS 12.1. This does not include a new version of App Store and it DOES NOT FIX THE EXIT 173 BUG.

@JMDelh's recommendation worked for me. Tested on M1 Pro / Monterey, Xcode 13.1

This is working on 12.2.

XCode 13 - No Help Book
 
 
Q