Reputation: 207
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
Upvotes: 0
Views: 119
Reputation: 4917
I guess you have FBSDK Frameworks in your project first remove 3rd party frameworks and then add again.
Upvotes: 1
Reputation: 806
Try the following in order.
Upvotes: 0