-
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
ObjC Import file not found when using SPM directory structure #667
Comments
Summary: Temporary fix for the doc generation bug. Works now by simply running `$ ./build_docs.sh`. cc jessesquires that this fix is good for now Fixes #55 Jazzy bug at realm/jazzy#667 Closes #93 Differential Revision: D4051337 Pulled By: jessesquires fbshipit-source-id: 2ad1c45df55ca61ef9a243d0ad33af20b8349f96
I'm also running into this issue with a project with multiple/nested directories containing relevant headers, vs. just |
@istx25 yup we added a workaround for the time being https://github.com/Instagram/IGListKit/pull/93/files But it's not a very robust solution |
I'll look into this further. Thanks @rnystrom! |
Is this the same issue as #518 ? |
Added explanation and workaround options to docs. |
We're putting the finishing touches on an Objective-C framework and are trying to prepare for the eventual (maybe?) launch of the Swift Package Manager using the following dir structure:
Our script setup looks like
Our umbrella header (and almost all the framework's
#import
s) look like:When I run the script I get a "file not found" error like:
If I mv the
Source
dir toIGListKit
all of the docs gen just fine. It seems like there should be a way to s/Source/IGListKit when searching for file paths, right? I hope I'm missing something obvious?cc @jessesquires who's running into this w/ me
The text was updated successfully, but these errors were encountered: