clang: error: no such file or directory

Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>

#clang: error: no such file or directory

When the directory is updated in the project, the above problem may appear in compilation. The solution is: enter targets — > Build phases, search for the file with compilation error, then you will see two files with the same name, delete the one without icon, and recompile it. PS: sometimes this error may appear in multiple files. Just delete them one by one

Similar Posts: