microsoft / plcrashreporter

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

Xcode 14.3 beta support #276

Closed AvdLee closed 1 year ago

AvdLee commented 1 year ago

Description

The following compiler error appeared: CleanShot 2023-03-08 at 11 34 36@2x

Repro Steps

Please list the steps used to reproduce your issue.

  1. Download Xcode 14.3 beta (1 or 2)
  2. Compile
DmitriyKirakosyan commented 1 year ago

Hi @AvdLee , thank you for reporting this issue! PTHREAD_MUTEX_INITIALIZER is part of pthread.h, and I can't find any information of changed/deprecated pthread in xcode 14.3 beta. Can it be a bug of beta?

I'll try to install the xcode 14.3 beta 2 and reproduce it on my end.

AvdLee commented 1 year ago

Can it be a bug of beta?

That could definitely be the case! But so far, I have not been able to use the beta due to this failure. In any case important to keep an eye on this 🙏

DmitriyKirakosyan commented 1 year ago

Meanwhile, I recommend you to install a copy of Xcode 14.2. It will unblock you until we or apple resolve this issue.

DmitriyKirakosyan commented 1 year ago

Hi @AvdLee , are you still facing this issue on Xcode 14.3?

AvdLee commented 1 year ago

@DmitriyKirakosyan it looks like it's all good now! Closing the issue 🙂