We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the App is executed on the iPad 2 (9.3.5) is throws an error.
2017-07-25 07:54:54.304 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881 2017-07-25 07:54:54.307 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294' 2017-07-25 07:54:54.308 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881 2017-07-25 07:54:54.309 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294' 2017-07-25 07:54:54.309 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881 2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294' 2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881 2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294' 2017-07-25 07:54:54.314 TouchBarClient[3207:1132296] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]' *** First throw call stack: (0x21c8791b 0x21422e17 0x21ba1443 0x21ba12c7 0x210ab 0x26202d8b 0x26202971 0x26209639 0x26206b3d 0x2627ba5d 0x2649f3bb 0x264a3285 0x264b783d 0x264a07b3 0x2332ac07 0x2332aab9 0x2332adb9 0x21c49dff 0x21c499ed 0x21c47d5b 0x21b97229 0x21b97015 0x26270c3d 0x2626b189 0x2a643 0x2183f873) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)
The file is TouchBar>TouchBarClient>Supporting Files>main.m>Return value of UIApplicationMain.
PS: TouchBar for Mac runs normal and displays the TouchBar on the screen if FN-key is pressed.
The text was updated successfully, but these errors were encountered:
Hello,I have the same issue, have you solved the problem?
Sorry, something went wrong.
No branches or pull requests
If the App is executed on the iPad 2 (9.3.5) is throws an error.
2017-07-25 07:54:54.304 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881
2017-07-25 07:54:54.307 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294'
2017-07-25 07:54:54.308 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881
2017-07-25 07:54:54.309 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294'
2017-07-25 07:54:54.309 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881
2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294'
2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] *** Assertion failure in -[_CUIThemePixelRendition _initWithCSIHeader:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/CoreUI/CoreUI-374.1.1/CoreTheme/ThemeStorage/CUIThemeRendition.m:2881
2017-07-25 07:54:54.310 TouchBarClient[3207:1132296] -[CUIThemeRendition initWithCSIData:forKey:artworkStatus:] got exception '-[_CUIThemePixelRendition _initWithCSIHeader:] unknown pixel format 1212500294'
2017-07-25 07:54:54.314 TouchBarClient[3207:1132296] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(0x21c8791b 0x21422e17 0x21ba1443 0x21ba12c7 0x210ab 0x26202d8b 0x26202971 0x26209639 0x26206b3d 0x2627ba5d 0x2649f3bb 0x264a3285 0x264b783d 0x264a07b3 0x2332ac07 0x2332aab9 0x2332adb9 0x21c49dff 0x21c499ed 0x21c47d5b 0x21b97229 0x21b97015 0x26270c3d 0x2626b189 0x2a643 0x2183f873)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
The file is TouchBar>TouchBarClient>Supporting Files>main.m>Return value of UIApplicationMain.
PS: TouchBar for Mac runs normal and displays the TouchBar on the screen if FN-key is pressed.
The text was updated successfully, but these errors were encountered: