Firebase_cloudMessaging

Am using Xcode 12.4 and am facing this challenge, property timeSensitiveSetting not found on object of type UNNotificationSetting

Xcode 12.4 ships with the macOS 11.1 SDK [1]. The timeSensitiveSetting property was introduced in the macOS 12 SDK. To compile this code you’ll need to either upgrade your Xcode or modify the code to not use that property.

Share and Enjoy

Quinn “The Eskimo!” @ DTS @ Apple

[1] If you haven’t seen it before, check out the handy-dandy table in Developer > Support > Articles > Xcode.

@eskimo Mac is os is 10.15.7, how do I config the code not to use timeSensitiveSetting

Mac is os is 10.15.7

… which means that Xcode 12.4 is your maximum.

Realistically, you need a new Mac )-: While it’s possible to make some progress with Xcode 12.4, the Apple ecosystem as a whole assumes that you’re using the latest stuff. For example, the App Store currently requires that new submissions use Xcode 14.1.

how do I config the code not to use timeSensitiveSetting

It’ll require you to modify the code. I’m not familiar with the code, so I can’t offer you advice on that front. You’ll either have to read the code in detail and make those modifications yourself, or discuss it with the vendor.

Share and Enjoy

Quinn “The Eskimo!” @ DTS @ Apple

@eskimo thank you

Am facing this challenge , Cannot find oasct in scope