shakebugs / shake-ios

Bug and crash reporting SDK for iOS apps.
https://shakebugs.com
Other
30 stars 4 forks source link

Coretelefphony Error #37

Open mlhw opened 5 months ago

mlhw commented 5 months ago

After adding Shakebugs sdk to my SwiftUI project I'm getting spammed with com.apple.coretelephony error warnings in Xcode.

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

I'm starting Shakebugs with Shake.start(clientId: XXXX, clientSecret: XXXX)

removing Shake.start also removes the coretelephony warning

Using Shake 16.2.3 Installed using Swift Package Manager Xcode version: Version 15.2 (15C500b) Tested on iPhone 14 Pro Max, with iOS: 17.3.1

mstanic-shake commented 4 months ago

@mlhw Did you get rid of those warnings? Maybe this can be helpful: https://stackoverflow.com/a/78022480