ios - I Deleted A File, And Xcode Is Giving A Clang Error -
i imported file (tlb.c), (intentionally) deleted it. when run project, xcode giving clang error , says because cannot find "tlb.c". did not edit of original files reference it, don't see reason why throw error.
i deleted because realized did not download .h file went it. have cleaned project, , restarted xcode multiple times.
here error gives me:
clang: error: no such file or directory: '/users/tom/desktop/test64ios resource/test64ios/tlb.c' clang: error: no input files command /applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang failed exit code 1
did remove file project delete disk? if failed remove if project you'll still see project navigator except font red.
if that's not problem, select project root in project navigator , select "build phases." there's "compile sources" section. see if file listed there , remove it.
ios objective-c xcode compiler-errors clang
No comments:
Post a Comment