Xcode file not found

前端 未结 6 956
青春惊慌失措
青春惊慌失措 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 23:07

    Clean the build folder by pressing ⌘ + alt + ⇧ + k. It may help you to rectify the error caused.

    There can be many cases that cause this error. This is one of the option to clear that error.

提交回复
热议问题