I can confirm the issue with Catalyst apps - thanks to @tommarmstong for the excellent workaround. iOS simulators launch without issues.
Post
Replies
Boosts
Views
Activity
Xcode 12.2 beta allows you to use tintColor to specify a different color for the standard cell.defaultContentConfiguration():
cell.tintColor = .red
It seems to be a validation error. I have received the same message today for a catalyst app that has a very long version history with an unchanged UIPrintInteractionController implementation.
Thank you for the detailed report. The issue still exists in Xcode 14.1 and the official Ventura 13.0 release. This approach is not going to work for advanced apps and I'll have to revert to Xcode 13 until there is a solution.
Thank you! I filed a feedback report with Apple about this issue and received several replies, however, the cause of the issue and was unclear to us. I have added your findings and repo link to the official Apple feedback report. Your findings are invaluable.
I believe that this is an issue related to Apple's server. The issue happened two weeks ago but was fixed in about half a day. This afternoon the SKReceiptRefreshRequest issue re-appeared after working fine all morning.
It's an issue on Apple's server. It was working as expected albeit slower than usual this morning. Then it stopped working a few hours ago. I have already received an email from a customer having the same issue with a solid app that was updated over 100 times on the App Store. The same issue occured briefly 2 weeks ago but was resolved within half a day.