Xcode file not found

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

    Check that your corresponding frameworks are included in your bundle.

    For that, access to your project settings, select your target, and under Build Phases, check on the "Link binaries with libraries" section that your frameworks are here.

提交回复
热议问题