Below are issues that may arise in Xcode v10:
CodeSign failure is related to the New Build System in Xcode and may be precipitated by modifying resources, such as assets or help files. Commit failure is related to GIT repositories.
https://forums.developer.apple.com/thread/105075 provides helpful background information. The solutions presented below are non-destructive. Deleting the help book folder/package with the Xcode Project navigator only removes the reference in Xcode. The folder/package remains available for any necessary additions, deletions, or modifications.
This error occurs with New Build System after adding or deleting resource files, such as assets or help files. In Xcode v11, Clean Build Folder should resolve this problem. Xcode v10 requires Clean in the Legacy Build System, as described below:
The macOS file system is case-insensitive by default. The GIT repository system is case-sensitive. An isolated change in case may trigger this problem, such as renaming the help folder/package from "TargetNamehelp" to "TargetNameHelp".
Use the process described in HELP BOOK ISSUES, below, for resolution.
There are many causes of help book problems, including errors in the Info.plist file of the help book. The procedure described below should resolve all help book problems:
©2020 Arthur Rosel, Ltd. All rights reserved.