Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

Error when running ./build_docs.sh #55

Closed svenbacia closed 8 years ago

svenbacia commented 8 years ago

New issue checklist

I just tried to build a new version of the documentation but I ran into the following issue:

.../IGListKit/Source/IGListKit.h:18:9: fatal error: 'IGListKit/IGListAssert.h' file not found

I am using Jazzy version 0.7.2

rnystrom commented 8 years ago

Ya, this is a known issue. realm/jazzy#667 is tracking the bug for jazzy docs.

We can get it to work by doing:

$ mv Source IGListKit
$ ./build_docs.sh
$ mv IGListKit/Source

Pretty hacky though. If the issue w/ jazzy isn't addressed maybe we can just add the swap/restore to the script?

@jessesquires whatcha think?

jessesquires commented 8 years ago

👍 Yeah, let's just add this to the script with a comment and link to this issue