When I build my application on El Capitan using Xcode6.4 (Xcode7 is no option right now), all images/icons (except the AppIcon) does not show, or looks garbled.
Looking at the output from the asset compiler it looks fine, but there are two outputs I suspect could be related, but I am far from certain:
2015-10-02 12:26:53.569 ibtoold[28899:273288] NSFileCoordinator is doing nothing.
2015-10-02 12:26:54.906 ibtoold[28899:276436] CoreUI(DEBUG): CSIGenerator using 'LZFSE' Compression coreui version (362.000000)
Could it be that the LZFSE compression messes up so that Yosemite is unable to decompress correctly, and if so, is there a way to override this?
There is no problem when the application is run on El Capitan.
Any suggestions are very welcome.
UPDATE: These messages are output to console when the app runs on Yosemite:
02.10.15 22.31.59,914 AppName[452]: -[CUIThemeRendition newImageFromCSIDataSlice:ofBitmap: usingColorspace:] Unsupported pixel format in CSI got 36864
02.10.15 22.31.59,914 AppName[452]: Unable to create unsliced image from csi bitmap data.
It seems they had this problem for iOS7 in Xcode beta 3 here
But it seems strange it suddenly appeared again now, and my target is OS X.
UPDATE: So I have upgraded to Xcode7, and the whole problem disappeared. All images and Icons now show correctly in El Capitan and Yosemite.