0
votes

clang: error: no such file or directory: '/Users/matt/Documents/Xcode/GraphicalSet/GraphicalSet/SetTests/GraphicalSetTests/GraphicalSetTests.m' clang: error: no input files Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

I tried adding a removing the GraphicalSetTests.m file from compile sources in build phases but to no avail.

There are two extra folders in that path: SetTests/GraphicalSetTests

1

1 Answers

1
votes

Go to your ProjectTests - > Build Phases -> Compile Sources Remove this file ProjectTests.m and try to build again.