0

When I am running small app in Xcode 7 in iOS 9, I am getting linker error like linker command failed with exit code 1 Xcode 7, would some one help me in a right way. I tried to delete temporary files from

~/Library/Developer/Xcode/DerivedData

I also tried clearing the "Test Host" values in the Build Settings of my "Tests" target: but it doesn't work.

kenorb
  • 155,785
  • 88
  • 678
  • 743
Arshad Shaik
  • 1,095
  • 12
  • 18

1 Answers1

0

Sometimes you forgot to add some files to tests target, that's why it's giving error.

Try this, it may help you

Click on App name from top bar near to stop button, select edit scheme

enter image description here

Then following window appears, in that uncheck boxes under test target

enter image description here

And now clean, build and check

VRAwesome
  • 4,721
  • 5
  • 27
  • 52