Xcode file not found

前端 未结 6 954
青春惊慌失措
青春惊慌失措 2021-01-17 22:16

I am facing an error of file not found.

I have added all necessary files, but it gives file not found for a file.

#import \"MagickWand.h\"
         


        
6条回答
  •  一生所求
    2021-01-17 22:55

    I was facing this error after a merge from the repository (git). The final solution was:

    1. Delete the files from the xcode project navigator (only deleting references).
    2. Add them again to the project (dragging from finder into the project navigator).

    Hope it helps!

提交回复
热议问题