Iglistkit: Apple LLVM 8.0 error

Created on 7 Nov 2016  路  4Comments  路  Source: Instagram/IGListKit

clang: error: no such file or directory: '/Volumes/T/swift3.0/IGListKit/Source/Internal/NSIndexSet+PrettyDescription.m'
clang: error: no input files

question

Most helpful comment

@rnystrom The last commit removed "NSIndexSet + PrettyDescription.m" from source. Might need to pod install again in the Example folder to remove the reference.

All 4 comments

@TongBig can you provide a little more detail here? Is this the sample app? Are you importing master to a project?

Run the demo (IGListKitExamples) error, prompt can not find "NSIndexSet + PrettyDescription. M" file

@rnystrom The last commit removed "NSIndexSet + PrettyDescription.m" from source. Might need to pod install again in the Example folder to remove the reference.

@zhubofei ah yup! Looks like Travis runs pod install each time so the build wont fail. I might tweak that a little bit. Got it covered in #169. Looks like we have the answer so I'm going to close this.

Was this page helpful?
0 / 5 - 0 ratings