Cannot archive for iOS distribution if opus_egpv.bundle is included

I am trying to release my game on the apple app store, but if opus_egpv.bundle is included the Archive creation fails with the following error:

Presenting: Error Domain=IDEFoundationErrorDomain Code=1 "Codesign failed" UserInfo={NSLocalizedDescription=Codesign failed}

I hope someone can give me a fix for this ASAP as it is delaying the release...

Best Answer

  • Robosaru
    Robosaru
    Answer ✓
    Since I was building for iOS, I found I could just remove the opus_egpv.bundle from the XCODE project and all is fine.

Answers

  • Robosaru
    Robosaru
    Answer ✓
    Since I was building for iOS, I found I could just remove the opus_egpv.bundle from the XCODE project and all is fine.