简体   繁体   English

ITLibrary:无法完成操作。 (OSStatus 错误 7011。)

[英]ITLibrary: The operation couldn’t be completed. (OSStatus error 7011.)

Usually, initializing ITLibrary works like a charm.通常,初始化ITLibrary就像一个魅力。

But when calling但是当调用

NSError *error = nil;
ITLibrary *library = [ITLibrary libraryWithAPIVersion:"@1.0" error:&error];

on a customer's machine, I get a The operation couldn't be completed. (OSStatus error 7011.)在客户的机器上,我得到一个The operation couldn't be completed. (OSStatus error 7011.) The operation couldn't be completed. (OSStatus error 7011.) error message. The operation couldn't be completed. (OSStatus error 7011.)错误消息。

Does anybody know what that means and how to fix it?有谁知道这意味着什么以及如何解决它?

This is on macOS 10.15.7, after using Migration Assistant, ie moving from an older machine.这是在 macOS 10.15.7 上,使用迁移助手后,即从旧机器移动。

The issue was eventually resolved.问题最终得到解决。

Since it is very unlikely that one comes up with the solution, I'm going to post it here:由于提出解决方案的可能性很小,我将在此处发布:

There was a different issue where an iPhone wasn't connecting to Finder.有一个不同的问题是 iPhone 没有连接到 Finder。 A level 2 tech Apple support person suggested to open the TV app and the Music app. 2 级技术 Apple 支持人员建议打开电视应用程序和音乐应用程序。 Opening both apps somehow fixed both problems.打开这两个应用程序以某种方式解决了这两个问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MidiClientCreate“操作无法完成。 (OSStatus错误-50。)” - MidiClientCreate “The operation couldn't be completed. (OSStatus error -50.)” 如何解决的运行时错误,操作无法完成。 (OSStatus错误-43。)? - how to solve run time error of The operation couldn’t be completed. (OSStatus error -43.)? SKSMTPMessage错误-无法完成该操作。(OSStatus错误-9807。) - SKSMTPMessage Error- The operation couldn't be completed.(OSStatus error -9807.) 该操作无法完成。 可可错误4 - The operation couldn’t be completed. Cocoa Error 4 iOS:-canOpenURL:URL失败:“ fbauth2:/”-错误:“操作无法完成。 (OSStatus错误-10814。)”在模拟器和设备上 - iOS: -canOpenURL: failed for URL: “fbauth2:/” - error: “The operation couldn’t be completed. (OSStatus error -10814.)” on Simulators & Devices 该操作无法完成。 (可可错误:3840。) - The Operation couldn't be completed. (Cocoa error: 3840.) “这项行动无法完成。 (可可错误512.)“ - “The operation couldn’t be completed. (Cocoa error 512.)” 该操作无法完成。 (可可错误1560.) - The operation couldn’t be completed. (Cocoa error 1560.) CloudKit:CKQuery显示错误:错误:操作无法完成。 (CKErrorDomain错误1。) - CloudKit : CKQuery showing error: error: The operation couldn’t be completed. (CKErrorDomain error 1.) “该操作无法完成。 仅将图像发送到icloud时,“不允许操作”错误 - “The operation couldn’t be completed. Operation not permitted” error when simply sending image to icloud
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM