Posts

Post not yet marked as solved
5 Replies
0 Views
The full Apple crash log doesn't appear in the device logs on my device, which is why I thought it might be related to signing or something like that. The app has millions of users and works as expected when deployed using other CI's or locally, but when built with Xcode Cloud it crashes 100% of the times in TestFlight. All third party dependencies are checked into the repo, so there isn't really that much going on in the archive step that should fail or complicate things either. And nothing that should change the way our code run on device.
Post not yet marked as solved
5 Replies
0 Views
Looking at the archive logs from Xcode Cloud, I can see a lot of Xcode couldn't find any iOS App Store provisioning profiles matching 'com.eeeeeee.wwwwwwvvvvvvv' for all the targets in IDEDistributionProvisioning.log
Post not yet marked as solved
5 Replies
0 Views
Attached are what I could find. The fatal exception is what I get from Crashlytics, and the crash log is the only thing I could find related to this when looking at the device logs on my device. Again, these crashes only happen for the builds distributed from Xcode Cloud and not those distributed from Xcode on my machine. FatalException.txt CrashLog.txt