1

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.

Alex Andreadis
  • 347
  • 1
  • 4
  • 17
  • Possible duplicate of [Bitcode signature failure in Xcode](https://stackoverflow.com/questions/43180258/bitcode-signature-failure-in-xcode) – l'L'l Dec 24 '17 at 00:59
  • Also see: https://stackoverflow.com/questions/43346793/invalid-bitcode-signature-on-xcode – l'L'l Dec 24 '17 at 00:59

1 Answers1

1

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.

Alex Andreadis
  • 347
  • 1
  • 4
  • 17