I installed the pods again on my xcode project and i get this :
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Also, i tried to clean and build, but nothing happens.
I installed the pods again on my xcode project and i get this :
error: Invalid bitcode signature
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Also, i tried to clean and build, but nothing happens.
I found the solution. I just opened terminal and use pod deintegrate and then pod install. If you use pod update or install doesn't works, without using pod deintegrate before.