Search results for

NSCocoaErrorDomain Error Code 4

170,051 results found

Post

Replies

Boosts

Views

Activity

What does Error Code 402620403 mean
This Error just started today and the message does not have enough info to explain what is wrong. It is occurring with code that worked last week. It even occurs with code from new project unchanged. I can not find any data of this type of error. Code is on my iPad Pro 10.5 inch running iPadOS 14.2. It fails on both my Mac Pro and My MacBook Pro systems. I want to run on more that simulators. I have written software for over 50 years and this message has to little info to help if I can get only a code number. thanks for any help ------- Detail data from error below Details Unable to install InventoryApp Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620403 - There was an error communicating with your device. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620403 User Info: { DVTRadarComponentKey = 261622; MobileDeviceErrorCode = (0xE800800D); com.apple.dtdevicekit.stacktrace = ( 0 DTDeviceKitBase 0x0000000
2
0
1.4k
Dec ’20
CallKit request error:4 while ending call during interruption
Hi,We've run into an issue where we are getting the CXErrorCodeRequestTransactionErrorUnknownCallUUID error while ending an outbound VoIP call during an interruption:Received reply from transaction request with error: Error Domain=com.apple.CallKit.error.requesttransaction Code=4 (null)We've also checked that the call UUIDs used for starting the call, updating connection status and ending the call are all the same, which makes us wonder what else could have gone wrong. Here are the steps to reproduce the error:Initiate a PSTN outbound call and answer on the call receiver sideBack to my application and initiate an outbound VoIP callThe PSTN call will be interrupted and put on holdDisconnect the VoIP call after it is connectedand then I received the error while requesting the CXEndCallAction transaction. Somehow this only happens when there is an interruption.Code flow in the app:1. Request CXStartCallAction to the CallKit call controller:// uuid = [NSUUID U
1
0
6.6k
Sep ’18
AVPlayerItem Error Code -12814 ?
When playing local video files on a device running iOS, I sometimes encounter the following notification: AVPlayerItemFailedToPlayToEndTime The error code given in the user info is -12814, but I'm having trouble locating any more info on this error, or ascertaining why the error is occurring. A video file will be playing seemingly without issue and suddenly stop unexpectedly with this error. AVPlayerItemFailedToPlayToEndTimeErrorKey = Error Domain=AVFoundationErrorDomain Code=-11800 The operation could not be completed UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12814), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x283bb55f0 {Error Domain=NSOSStatusErrorDomain Code=-12814 (null)}}; Any insights would be much appreciated.
5
0
1.7k
Oct ’21
Apple Sign-In Error Codes
I am trying to implement Apple Sign-In and I get the following errors at different times; i.e sometimes I get these even before I get the Apple Sign-In Prompt . Sometimes I don't. get the prompt at all. Where can I find documentation for these codes? Error Domain=AKAuthenticationError Code=-7089 (null) Error Domain=AKAuthenticationError Code=-7071 (null)
0
0
936
Nov ’20
An Unknown Error Occurred with Error Code 52
I have HomeKit enable accessory and to pair that accessory with IOS 14 Beta I am using .addAndSetupAccessories { (error) in method and it is throwing the Error Code 52 which is An Unknown Error Occurred. This method I am using from the very first implementation but in IOS 14 Beta I am getting error even though accessory setup is successful. Can anyone please help here to understand this behaviour.
5
0
1.2k
Aug ’20
Illegal Instruction 4 Error When Running Outside of Xcode
I am trying to troubleshoot an issue that surfaced recently that I am having difficulty fixing as it is only happening on the exported (Archived) releases of my app. Error in crash log is Namespace SIGNAL, code 4, Illegal Instruction 4 My project uses a cocoapod to work with hardware devices and this error happens only for specific device and only on client machines. For testing, my Xcode dev machine and my test machine are both Macbook Pros running 12.6. Before testing, I delete the old app completely, remove any privacy entries, and preferences files, caches etc. When I first install the app (No installer, just coping .app file), the app launches and it doesn't throw the error and works. If I close the app and reopen, as soon as I try to use the device, app crashes. I use a different hardware device and there are no issues. I tested on another client as well with the same hardware and same issue. The thing that makes this difficult is that I can run it i
0
0
907
Nov ’22
Reply to Xcode 7 Beta 4 no simulators and can't open nibs
This helped me part of the way... The final step I had to make was manually creating the directory /Users/reeves/Library/Developer/Xcode/UserData/IB Support/Simulator Devices ... Somehow this directory path no longer existed in my folder hierarchy. Everything after Developer no longer existed. I checked a couple of the log files using Console and noticed the error below.The Console error:Jul 28 03:22:02 CoreSimulatorService[517] <Error>: Set (/Users/reeves/Library/Developer/Xcode/UserData/IB Support/Simulator Devices) could not be created: Error Domain=NSCocoaErrorDomain Code=513 You don’t have permission to save the file “Simulator Devices” in the folder “IB Support”.After manually adding the missing folders ... entering my admin password after each one ... Reopened Xcode 7 Beta 4 ... everything ran perfectly.Thanks to Sean for getting me started, I've been stuck on this for about a week.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to StoreKit testing in Xcode produces a weird error
I'm having this same issue on a simulator. I'm using Xcode 12.2 and simulator 14.2. I did the setup as in https://developer.apple.com/documentation/xcode/setting_up_storekit_testing_in_xcode and I'm testing a subscription purchase and the error happens right after payment confirmation screen. When I printed out the transaction error I got the following (lldb) po transaction.error Error Domain=NSCocoaErrorDomain Code=4097 connection to service on pid 25563 named com.apple.storekitservice UserInfo={NSDebugDescription=connection to service on pid 25563 named com.apple.storekitservice} Is there a way to fix it? Did I missed some config step>
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’20
ShazamKit Error Code 202
I am trying to recreate the application shown in the Explore ShazamKit WWDC session using code samples from the ShazamKit code-along session, and I've got everything done in the preparation part before session.match(signature) is called. For some reason, the following function in the delegate: func session(_ session: SHSession, didNotFindMatchFor signature: SHSignature, error: Error?) { DispatchQueue.main.async { print(match error: (String(describing: error))) } } always prints: match error: Optional(Error Domain=com.apple.ShazamKit Code=202 Please check that you have enabled the ShazamKit App Service for this app identifier UserInfo={NSDebugDescription=Please check that you have enabled the ShazamKit App Service for this app identifier}) What can I do to fix that? The complete code for the app is available on my GitHub. Edit: just wanted to add that I'm using Xcode 13.0 Beta 1, on macOS Big Sur 11.4
2
0
1.9k
Jun ’21
Reply to On Demand Resources - NSCocoaErrorDomainCode 4994
Hi,I have successfully implemented the ODR for an app at debug level and everything worked fine on Xcode 7.2.Suddenly I started getting this error after I restarted the MAC.now spent many hours and upgraded to Xcode 7.3.1 today.But I am having the same ERROR :Error Domain=NSCocoaErrorDomain Code=4994 Die angeforderten App-Daten sind nicht vorhanden. UserInfo={NSLocalizedFailureReason=Request could not be completed. Invalid tag in set '{( GERMAN)}.'}But I KNOW that my Tags exist. i am hosting the Asset packs on a private server.Any APPLE staff... reading this ????
May ’16