1

I have created the project, when I am trying to run the project I get the following error and build fails.

ld: file not found: /Users/mohammad/Library/Developer/Xcode/DerivedData/SPA-clncipsgigcqmgaourubdrurgfyz/Build/Products/Debug-iphonesimulator/SPA.app/SPA
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any suggestions.

Suraj Sonawane
  • 2,044
  • 1
  • 14
  • 24
black tiger
  • 123
  • 1
  • 2
  • 7

1 Answers1

-1

when i got this type of error , i was removed derived data folder from following path :

/Library/Developer/Xcode/DerivedData

see this link for more help

How can I safely delete in my ~/Library/Developer/Xcode/DerivedData directory?

Community
  • 1
  • 1
Hiren Dhamecha
  • 658
  • 5
  • 15