-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup instructions don't work in Xcode 7 #7
Comments
Hi, try checking that you can build the MyApp Example and view its help. I'll try to reproduce the error you're seeing... |
Hi @chuckhoupt thanks for responding! I was unable to get this to work without making two changes to your instructions:
Then everything worked well. Otherwise I could never get the help to appear. I've got it working now but any ideas why I had to make these changes? I'd be happy to submit a pull request with the updated instructions if that works. Thanks again for this awesome tool! |
@chuckhoupt Can you share your latest Xcode 7 project? I'm having trouble getting the help bundle to register properly. |
I updated the projects for Xcode 7.2 last month, and the test MyApp project builds ok -- you might compare your settings with the MyApp project. For help registration, I believe the important thing is for the app's info.plist/CFBundleHelpBookName to match the help bundles info.plist/CFBundleIdentifier -- double-check those in your Products dir. I am working on a new version (on the branch sub-proj), which puts the help bundle in its own sub-project. The hope is to simplify the setup a bit, but it is currently a work-in-progress, so doc isn't updated, etc. About hdiutil: If you've setup the Run-Script Build-Phase (step 6), then Xcode will call make, which will use hdiutil to build search.helpindex. I don't think there is a more direct or efficient way to do it. The makefile will only run hdiutil if it has rebuild the help. Maybe I am misunderstanding? |
I figured out a big part of my issue was also linked to renaming some of the project files. Jekyll needs all folders to be with As a separate mod, I also updated my makefile to use Docker (preventing the need for a separate install of jekyll on the local machine:
Then replace the Jekyll logic with:
|
Hello, thanks for this awesome project! |
Hello again, the
helped when modifications had been made and help would not display properly (unable to find ...) |
Hi,
Thanks for this awesome project!
I've followed your setup instructions twice and I can't get this to build usable help. Everything works fine during build, but when I run, I get the message
in the help window.
In the system console I see error messages like:
I can see when I look at the generated app, it generates the app and inside it contains the help bundle, but that help bundle doesn't contain the index.html. I can see that the input English.lproj contains index.md but that file doesn't get turned into index.html on output.
This is in Xcode Version 7.0 (7A220) on OS X 10.10.5.
Any ideas?
I'm unable to get help working with the current instructions. :-(
The text was updated successfully, but these errors were encountered: