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 in
    xcode

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

Hope it will helpful:)

Leave a Comment