-
Notifications
You must be signed in to change notification settings - Fork 413
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
error: use of '@import' when modules are disabled #636
Comments
Hi @TitouanVanBelle. Thanks for reaching out about this. I'll do my best to look through the resources you've shared, do some digging and come back with what I come up with. Cheers! |
Hi @istx25. Anything new regarding this? |
I'm getting this error also @istx25. Anything we can do? |
Someone needs to debug more in-depth to see what libclang flags are needed to support this. |
It got a bit better with Running command like this: jazzy --objc \
--sdk iphonesimulator \
--umbrella-header Sources/XYZUtil.h \
--module XYZUtil \
--framework-root Sources \
--no-download-badge \
--module-version 1.0.0 I still get a lot of
But it only works if my umbrella header uses "legacy" Trying to add
Trying stuff like
Still a good progress for me, cause I went from not being able to generate ObjC documentation to much better situation - I can get the doco, with minor caveats and few warnings in output. |
So adding Still, I couldn't figure out how to make it work with Also, The fact that 3rd party module imports are not recognized doesn't actually impact generated documentation. |
Update: I've just found a way to make I was able to achieve same results with symlink: |
Fixed in #798. Thanks for your patience. |
I am running into these errors when running the following command
I checked and modules are enabled for the target
I am using the following version of jazzy
I created a simple project that can reproduce the issue
https://github.com/TitouanVanBelle/JazzySampleProject
The text was updated successfully, but these errors were encountered: