Fix - Xcode 9.1 - clang: error: linker command failed with exit code 1 (use -v to see invocation)

939 Views Asked by At

I get this error in xcode -

clang: error: linker command failed with exit code 1 (use -v to see invocation)

I just made successful build and then i tried to archive and I got this. Then I tried to build the project and got the same error.

My previous app name when I implemented cocoapods into my app was School Class Schedule now changed into School Class Reminder. And in these error my previous app name is mentioned and I don't know why.

Here are all of the warnings and error: click

Here is the podfile content maybe I should change something - here

EDIT - I fixed it by uninstalling cocoapods and installing it again in the project

1

There are 1 best solutions below

2
Jay On

Did you try to remove Cocoapods from your project, and then to reinstall it ? Like this :

pod deintegrate
pod install