Errors building with manual provisioning profile and packages with PrivacyInfo.xcprivacy added. When I look at the changes in the package, the only difference is adding this .xcprivacy file. The error looks like this:
PLCrashReporter_CrashReporter does not support provisioning profiles, but provisioning profile *** has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor.
Using an Enterprise certificate with manually created provisioning profile, I don't have the option to choose automatic. And I can't change build settings for the swift packages.
Does anyone know how I can work around this issue?
Post
Replies
Boosts
Views
Activity
We are using appcenter.ms for the crash reporting of SwiftUI apps distributed internally with an Enterprise certificate. We are uploading symbols to appcenter but the crash reports have "OUTLINED_FUNCTION_##" beside all the SwiftUI which of course is not helpful for us to know the cause of the crash. I don't know if this is an issue with appcenter, or of there is a better service to use for SwiftUI apps distributed with enterprise certs?