currentDiskUsage failed: Error Domain=NSCocoaErrorDomain Code=4097 "

While Using app it start's freezing and i am getting following logs on console. Please help me to resolve this freeze issue.


currentDiskUsage failed: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.nsurlstorage-cache" UserInfo={NSDebugDescription=connection to service named com.apple.nsurlstorage-cache}; {

NSDebugDescription = "connection to service named com.apple.nsurlstorage-cache";

}

Replies

That’s a very interesting error. Did you have a question about it? Or were you just looking to file a bug report? If it’s the former, you’re going to have to ask an actual question. OTOH, if it’s the latter, you can do so using Apple Bug Reporter.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Yes I have a question and i update the same.

What platform are you seeing this on?

What does the backtrace look like when it freezes?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

i am using iPhone 5, iPhone 6 and iPhone 6+
I am using app very fastly i mean tapping randomly on all elements.

I am using app very fastly i mean tapping randomly on all elements.

Right, but you said that your app freezes, right? If so, when it freezes, stop in the debugger and type:

(lldb) bt all

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"