Skip to content

Instantly share code, notes, and snippets.

@Pranit-Harekar
Created March 27, 2019 14:51
Show Gist options
  • Save Pranit-Harekar/139b48b18f912c13986b80502657cb86 to your computer and use it in GitHub Desktop.
Save Pranit-Harekar/139b48b18f912c13986b80502657cb86 to your computer and use it in GitHub Desktop.
iOS 12.2 crash upon clicking app icon
MyAwesomeApp(409,0x102c82bc0) malloc: recording malloc and VM allocation stacks using lite mode
MyAwesomeApp(409,0x102c82bc0) malloc: enabling scribbling to detect mods to free blocks
objc[409]: Class SktPath is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7838) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795898). One of the two will be used. Which one is undefined.
objc[409]: Class UISoftScanViewController is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb78b0) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795a50). One of the two will be used. Which one is undefined.
objc[409]: Class SoftScan is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7900) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795aa0). One of the two will be used. Which one is undefined.
objc[409]: Class SoftScanController is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7950) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795af0). One of the two will be used. Which one is undefined.
objc[409]: Class RunLoopSource is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb79a0) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795c80). One of the two will be used. Which one is undefined.
objc[409]: Class ReadCompleteEvent is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb79f0) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795cd0). One of the two will be used. Which one is undefined.
objc[409]: Class WriteCompleteEvent is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7a40) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795d20). One of the two will be used. Which one is undefined.
objc[409]: Class BluetoothGlobals is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7ab8) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795d98). One of the two will be used. Which one is undefined.
objc[409]: Class BluetoothData is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7ae0) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795dc0). One of the two will be used. Which one is undefined.
objc[409]: Class BluetoothHelper is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7b30) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795e10). One of the two will be used. Which one is undefined.
objc[409]: Class AccessoryMonitor is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7b80) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795e60). One of the two will be used. Which one is undefined.
objc[409]: Class Observer is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7c98) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795f78). One of the two will be used. Which one is undefined.
objc[409]: Class SktEventInfo is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7cc0) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795fa0). One of the two will be used. Which one is undefined.
objc[409]: Class SktEvent is implemented in both /private/var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/Frameworks/SKTCapture.framework/SKTCapture (0x103eb7d10) and /var/containers/Bundle/Application/1B5C96E7-058D-4819-85AA-322B6426DED1/MyAwesomeApp.app/MyAwesomeApp (0x102795ff0). One of the two will be used. Which one is undefined.
2019-03-27 10:47:53.744923-0400 MyAwesomeApp[409:38240] [DYMTLInitPlatform] platform initialization successful
objc[409]: Swift class extensions and categories on Swift classes are not allowed to have +load methods
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment