I'm getting duplicate class warnings at the start of our app launch:
objc[730]: Class KSCrashInstallationHockey is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059ed468) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x1046fff90). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashInstallationStandard is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059ecde0) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x1046fffe0). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashInstallationVictory is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059ed308) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x104700030). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashDeadlockMonitor is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059e9930) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x104700080). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashAlertViewProcess is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059e8d30) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x1047000f8). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashReportFilterAlert is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059e8d58) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x104700120). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashReportFilterAppleFmt is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059ea878) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x104700170). One of the two will be used. Which one is undefined.
objc[730]: Class KSCrashReportFilterPassthrough is implemented in both /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/Shake.framework/Shake (0x1059eaa30) and /private/var/containers/Bundle/Application/45A26E21-5D58-439B-A515-174747B2366B/shake-demo-ios.app/Frameworks/KSCrash.framework/KSCrash (0x1047001e8). One of the two will be used. Which one is undefined.
Created by Sanjin Grahovar Sadikovic
December 22, 2021