mixpanel / mixpanel-swift

Official iOS (Swift) Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
434 stars 234 forks source link

Coretelephony flooding console #569

Closed lex-shvets closed 1 year ago

lex-shvets commented 1 year ago

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

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.}
zihejia commented 1 year ago

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