Mohammed Janish
Mohammed Janish

Reputation: 207

Error when updated to Xcode 7

When updated to Xcode 7, I got a bunch of errors. Clearing it all, the final one is remaining. clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've been searching to sort out this. There are many answers that worked for some, but none of them are working for me. Any help is Appreciated.

UPDATE: The error screenshot below

enter image description here

Upvotes: 0

Views: 119

Answers (2)

Uma Madhavi
Uma Madhavi

Reputation: 4917

I guess you have FBSDK Frameworks in your project first remove 3rd party frameworks and then add again.

Upvotes: 1

Sudeep
Sudeep

Reputation: 806

Try the following in order.

  1. Restart Xcode
  2. Select Product > Clean - this will clean your project.
  3. Go to Window > Projects and delete the derived data for your project. This will cause your project to reindex.
  4. If all of these methods still don't work, try restarting your system, and ensure Xcode and your system are updated to the latest versions, and try one of the earlier steps again.

Upvotes: 0

Related Questions