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

I am using xCode 7 and when I archive the program It says failed… linker command failed with exit code 1(use -v to see invocation)!

This usually means, that you’re using a method the linker cannot find. Might be a plugin you’re using that is not included in the build target our does not exist at all.

I know this is an old post but I just ran into this problem and found a solution so it might help others.

In Xcode, click on the project → then click the “Build Settings” tab at the top → Scroll down to “Build Options” and find “Enable Bitcode” underneath → Change “Enable Bitcode” to “NO” and try to archive again.