Posts

Post not yet marked as solved
7 Replies
4.5k Views
We see warnings like this logged by our processes using XPC: (Foundation) [com.apple.runtime-issues:Foundation] *** -[NSXPCDecoder validateAllowedClass:forKey:]: NSSecureCoding allowed classes list contains [NSObject class], which bypasses security by allowing any Objective-C class to be implicitly decoded. Consider reducing the scope of allowed classes during decoding by listing only the classes you expect to decode, or a more specific base class than NSObject. This will become an error in the future. Allowed class list: {( "'NSObject' (0x7ff844ee0d88) [/usr/lib]" )} As far as we can see, there is no explicit NSObject in allowed classes for any XPC connection. Where does this list and NSObject come from?
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.4k Views
Does MDM support configuration profiles for managed apps on macOS? In documentation (https://developer.apple.com/documentation/devicemanagement/get_app_configuration) it says 10.15+, but in Command Availability section macOS is not mentioned.If not, is there any other way to configure macOS app deployed via MDM?
Posted Last updated
.
Post not yet marked as solved
2 Replies
3.2k Views
I feel confused — there is no Swift 5.1 option in project/target settings in Xcode 11. I can create SwiftUIView, but not able to select Swift 5.1 and try new features. What am I doing wrong?
Posted Last updated
.
Post not yet marked as solved
2 Replies
2.1k Views
Noticed that System Preferences app has changed. Old 3rd party prefPanes are now being loaded by some LegacyLoader service. Is there any details about that?
Posted Last updated
.