Error Domain=NSCocoaErrorDomain Code=4099

My app says it has built successfully but shows the error "No bundle URL Present" with the following in the log:

 [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}

Using Xcode 13, and React Native 65.1 on and iOS 15 Iphone 12.

Can anyone help?

Error log in full:

2021-10-02 15:22:54.660199+0100 myracnative[556:74795] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2021-10-02 15:22:54.860373+0100 myracnative[556:74799] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2021-10-02 15:22:54.871831+0100 myracnative[556:74776] [connection] nw_socket_handle_socket_event [C2.1:2] Socket SO_ERROR [61: Connection refused]
2021-10-02 15:22:54.876680+0100 myracnative[556:74776] [connection] nw_socket_handle_socket_event [C2.2:2] Socket SO_ERROR [61: Connection refused]
2021-10-02 15:22:54.877869+0100 myracnative[556:74776] Connection 2: encountered error(1:61)
2021-10-02 15:22:54.879782+0100 myracnative[556:74776] Task <135B0C12-BD4A-4CF4-8C25-81BCFCE70828>.<1> HTTP load failed, 0/0 bytes (error code: -1004 [1:61])
2021-10-02 15:22:54.886866+0100 myracnative[556:74799] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service with pid 90 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
2021-10-02 15:22:54.889475+0100 myracnative[556:74776] Task <135B0C12-BD4A-4CF4-8C25-81BCFCE70828>.<1> finished with error [-1004] Error Domain=NSURLErrorDomain Code=-1004 "Could not connect to the server." UserInfo={_kCFStreamErrorCodeKey=61, NSUnderlyingError=0x282e36a30 {Error Domain=kCFErrorDomainCFNetwork Code=-1004 "(null)" UserInfo={_kCFStreamErrorCodeKey=61, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <135B0C12-BD4A-4CF4-8C25-81BCFCE70828>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
), NSLocalizedDescription=Could not connect to the server., NSErrorFailingURLStringKey=http://localhost:8081/status, NSErrorFailingURLKey=http://localhost:8081/status, _kCFStreamErrorDomainKey=1}

just upgraded xcode 13/ ios15 and now in same problem,

same error with after update xcode

Same issue

Xcode 13.3.1, IOS 15.3

[8086:326074] [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}

The issue exists in Xcode 13.4, iOS 15.5. App crashes after launch with following error

SecTaskLoadEntitlements failed error=22 cs_flags=20000200, pid=10574 SecTaskCopyDebugDescription: ProjectName . . . [Client] Updating selectors failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.} [Client] Synchronous remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}

Also the crash does not occur in all iPhone devices and iPhone Simulator 13 pro max - OS 15.5 only

Same issue 14.1 doesn't seem to cause any issues other than the unhelpful console log

This error is coming only in iOS 15, but no such error is on iOS 17 or 18, need help

2024-11-14 07:29:28.173901-0600 Zacks[16171:116902] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated: failed at lookup with error 3 - No such process.}

Error Domain=NSCocoaErrorDomain Code=4099
 
 
Q