Bootstrapping failed for FBApplicationProcess

Hello! after a lot of hours of research for a solution, i decide post here my problem:

The app crash after splash art showing, and the console say:


Bootstrapping failed for <FBApplicationProcess: 0x144c762e0; application<app.id>:<invalid>> with error: <NSError: 0x2808737e0; domain: RBSRequestErrorDomain; code: 5; reason: "Launch failed."> {
  underlyingError = <NSError: 0x280871740; domain: NSPOSIXErrorDomain; code: 88>;
}

I have Xcode 12.4, i have Automatically manage signing enabled. The IPA file is exported as App Store Connect version.

I have an Identifier created. The Profile is created too.

The app work perfectly if exported as Development, install and run on multiple iPhones.

Answered by facilpiezas in 702375022

I've already solved the problem, basically I was signing the app myself, now let Xcode do all the work.

https://blog.codemagic.io/how-to-code-sign-publish-ios-apps/

Accepted Answer

I've already solved the problem, basically I was signing the app myself, now let Xcode do all the work.

https://blog.codemagic.io/how-to-code-sign-publish-ios-apps/

Bootstrapping failed for FBApplicationProcess
 
 
Q