-
Notifications
You must be signed in to change notification settings - Fork 414
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
--source-directory option broken? #177
Comments
I finally got around to looking into this and a fix should be incoming in #189. Thanks for reporting again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build docs for JSQDataSourcesKit.
My project requires the Xcode 6.3 beta, but I switch to the Xcode 6.2 (6C131e) command line tools for jazzy. (Which works fine.)
There's a root workspace with an example and framework project.
Here's the way I'm currently (successfully) building docs. I'm specifically running jazzy from the
JSQDataSourcesKit/
framework directory. This works.When trying to use the
--source-directory
option, jazzy fails.It looks like jazzy can't find the Xcode project, which would be in
/Users/jesse/GitHub/JSQDataSourcesKit/JSQDataSourcesKit/
on my machine. It's like it gets confused about the path to the framework project:JSQDataSourcesKit/JSQDataSourcesKit/ JSQDataSourcesKit.xcodeproj
.Maybe I'm missing something. Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: