When I use IPA generated from XCode or an Azure pipeline, the app shows the splash screen for 1 second and closes the app. This is happening on real devices.
The errors I get:
*App launch failure: Failed to create bundle record for bundleID and error
*
default 15:30:25.108103+0530 ReportCrash unable to retrieve storeCohort: <private>
default 15:30:25.108432+0530 ReportCrash post-exception thread qos drop 21 -> 17
default 15:30:25.109333+0530 ReportCrash [0xe4aa8e190] Channel could not return listener port.
default 15:30:25.109369+0530 ReportCrash [0xe4aa8e190] activating connection: mach=false listener=true peer=false name=(anonymous)
error 15:30:25.129858+0530 ReportCrash Failed to create bundle record for bundleID <private> and error <private>
MacOS Version: 14.4.1
XCode Version: 15.3
iPhone deployment target: 12
Pipeline: MacOS’s latest
I have released multiple times from the pipeline. Suddenly it was not working.
It’s been a few days since I updated my MAC, XCode, and iOS Versions to support iPad OS Version 17.4.1
The solutions which I tried and didn’t work are as follows,
- The bundle identifier matches the provisional profile and App ID in Apple.
- Created ipa with new development and distribution certificates.
- Created ipa with Automatically managed signing
- Created ipa with both release and debug modes
- After finding solutions, even I tried changing the bundle ID and tested whether that was the problem. But that didn’t solve my problem.
- Cleared caches, and restarted XCode and MAC.
It’s been a couple of days since I’ve been facing this problem. Any ideas?