Xcode file not found

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

    Use the search bar in the Target -> Build Phases window to make sure the missing file's .m is listed under the Compile Sources and the .h file is listed under the Copy Files. If it's not there, add it.

    I was able to fix this problem by adding the missing .h file.

提交回复
热议问题