Hi all. I'm back fleshing out my iOS bundle and framework and I just had a minor heart attack when I noticed that suddenly the images within our framework's bundle magically don't load on some versions of iOS and the simulator.
I've been running from Xcode 7.1 and the framework was displaying the images as expected within the hosting apps on iOS 8 and 9 and the simulator. Today, I just ran the framework on various versions of iOS (8.x) on the device and in the simulator and suddenly, this is happening: Unable to create unsliced image from csi bitmap data. -[CUIThemeRendition newImageFromCSIDataSlice:ofBitmap: usingColorspace:] Unsupported pixel format in CSI got 65536 These images are being loaded from an asset library Looking in to this, this issue just started today for me, but it looks like a long standing bug: http://stackoverflow.com/questions/24643904/xcode-6-beta-3-unsupported-pixel-format-in-csi-or-unable-to-create-unsliced-i All of my images are PNG files and display as expected on iOS 9. Have any of you seen this issue before? Thanks in advance, Alex Zavatone _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com