I have a problem with the assets and beta version of Xcode 9 on devices with iOS 10. It does not download images from assets, so I can’t see any asset on the phone!
If I upload images to the storyboard, it just doesn’t show the images on the phone (but it appears in the storyboard) if I do something:
UIImage(named:"imageName")!
Log message failure:
*** Validation error in - [_ CUIThemePixelRendition _initWithCSIHeader:], / BuildRoot / Library / Caches / com.apple.xbs / Sources / CoreUI / CoreUI-428.6 / CoreTheme / ThemeStorage / CUIThemeRendition.m: 3788 The image "imageName failed to load "referenced by the thread bundled with the identifier" myIdentifierName "
This is strange, since the same code works as on another device with beta versions of iOS 11, and I see images.
Any suggestions?
source
share