Closed hilmyveradin closed 6 months ago
That's an error from xcodebuild
-- it happens if you have a file called build
from your project where xcodebuild
itself wants to create a build
directory.
I see. But it's expected for the project to be built in order to jazzy to generate documentation right? Or it's not?
I'm kind of confused on how to address this root cause, to be honest
Yes, jazzy runs xcodebuild
as part of generating documentation.
You haven't said if you have found a possible build
file in your project that is breaking things?
You can either rename that file or maybe look at changing xcodebuild
's build directory by passing it -derivedDataDir
(see man xcodebuild
).
Closing, answered.
I worked on OSS repo which using jazzy as it's documentation. However, the jazzy script is not recognizable as command and when I run bundle exec jazzy, it fails. Few things:
Any idea why?