microsoft / plcrashreporter

Reliable, open-source crash reporting for iOS, macOS and tvOS
Other
2.84k stars 532 forks source link

Set MACOSX_DEPLOYMENT_TARGET to 11 #304

Closed MikhailSuendukov closed 3 months ago

MikhailSuendukov commented 3 months ago

Description

As of XCode 15, there's an issue encountered during the build process of the CrashReporter schema. This problem manifests both locally and within the build pipeline. The error stems from the deployment targets set to versions below 11, which lack certain essential packages.