Invalid bitcode signature on xcode [duplicate] Invalid bitcode signature on xcode [duplicate] xcode xcode

Invalid bitcode signature on xcode [duplicate]


Try some tricks ->

  • Clear derived data & reopen xcode.

  • Select proper sign in / certificate, or try to re add account inxcode

  • Make sure if your pods supported bitcode if not then you need to setbitcode to NO (Go to Project Build setting search for bitcode & setit to NO.

Hope it will helpful:)


There might be the issues with some third party libraries. I have faced such issues a few days earlier and did following things.

  1. Update pod using pod update
  2. Restart Xcode
  3. Clean Project and Build.

If this don't solve the issues please share the podfile so I can know which pods are you using that might cause the problem.


Clean and then run the project will help.