-
Notifications
You must be signed in to change notification settings - Fork 748
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
SwiftMessages_SwiftMessages.bundle: No such file or directory building from command line #453
Comments
I'm not sure when I would have time to try to replicate this. Do you have a sample project? |
Hi @wtmoose I have attached 2 zip files containing the same sample project, one version including SwiftMessages and the other not. In both cases I tried to generate the documentation executing the following command:
You'll see a ObjectsDetector-NoSwiftMessages.zip log file for this project (the error is the same one already reported as far as I can see): I think there is a problem with the source directory passed to PBXCp, when compiled from the Xcode it uses /DerivedData:
While from the command line it tries to get it from build/Release-...:
|
Hi,
We are trying to use jazzy to generate the project's documentation but we are getting the following error:
And this is the full log:
xcodebuild-swift-messages-error.log
This only happens when running xcodebuild, through jazzy, from the command line.
I can compile and run the application from Xcode, where the
SwiftMessages_SwiftMessages.bundle
is copied from a different path:Any idea on how to solve the error? I am looking for a way to tell
xcodebuild
to use the same path that is used from Xcode.Thanks in advance
The text was updated successfully, but these errors were encountered: