When loading UIImages with png images in Xcode 6 beta 3 in Swift as follows:
PipsImg = (UIImage(named: "Die-1"))
or
PipsImg = [(UIImage(named: "Die-1")),(UIImage(named: "Die-2"))]
from associated images stored in the Images.xcassets folder, I receive the following fatal runtime errors:
SimpleAnimation[680:60b] Unsupported pixel format in CSI
SimpleAnimation[680:60b] Unable to create unsliced image from csi bitmap data.
this appears to be resolved in beta 4, however will leave in place for a bit as sometimes these regress