AppleEvents:收到 mach 消息,它不是 getMemoryReference 中预期的复杂类型
AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference
我在 Xcode 9.2,OSX,Objective-C。
自从 OSX High Sierra 更新后,我收到了很多这样的错误消息:
AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference.
我有两个 XPC 服务为我处理苹果事件,他们都报告了这一点。
知道这是什么吗?我在 Apple 开发者论坛上找到了一个讨论,但他们没有进一步讨论:https://forums.developer.apple.com/thread/88126
感谢任何正确方向的帮助或指示。
关于该问题的主要方法(在很长一段时间内没有任何反应):Apple 在上面的论坛中做出了回应 - 希望在未来的更新中将其删除 - 我会跟进。
A developer was worried about this message and so they opened a DTS tech support incident to verify whether it’s harmful or not. I discovered the underlying cause of this message and I’m satisfied that it’s just log spam, that is, it’s annoying because it fills up the log with junk but it has no other deleterious effects.
There’s a bug on file (r. 33758979) requesting that we remove this log spam.
[更新]:已在 Xcode 12
中删除
我在 Xcode 9.2,OSX,Objective-C。
自从 OSX High Sierra 更新后,我收到了很多这样的错误消息:
AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference.
我有两个 XPC 服务为我处理苹果事件,他们都报告了这一点。 知道这是什么吗?我在 Apple 开发者论坛上找到了一个讨论,但他们没有进一步讨论:https://forums.developer.apple.com/thread/88126
感谢任何正确方向的帮助或指示。
关于该问题的主要方法(在很长一段时间内没有任何反应):Apple 在上面的论坛中做出了回应 - 希望在未来的更新中将其删除 - 我会跟进。
A developer was worried about this message and so they opened a DTS tech support incident to verify whether it’s harmful or not. I discovered the underlying cause of this message and I’m satisfied that it’s just log spam, that is, it’s annoying because it fills up the log with junk but it has no other deleterious effects.
There’s a bug on file (r. 33758979) requesting that we remove this log spam.
[更新]:已在 Xcode 12
中删除