I have this error in the console when running the app on the simulator. Maybe some checks for the simulator environment would be nice.
iOS 16.1
SPM: Mixpanel 4.0.4
Xcode: 14.1.0
2022-11-18 19:30:00.579123+0100 ProjectX[97194:1702338] [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.}
Hi @shvetsjr , this is not related to Mixpanel. you could turn this off by running this in your terminal
xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony
Hi,
I have this error in the console when running the app on the simulator. Maybe some checks for the simulator environment would be nice.
iOS 16.1 SPM: Mixpanel 4.0.4 Xcode: 14.1.0