You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ManagerXcode version: Version 15.2 (15C500b)
Tested on iPhone 14 Pro Max, with iOS: 17.3.1
The text was updated successfully, but these errors were encountered: