Fairly new to development however the Xcode Betas are giving me a bit of a headache (Xcode 6 beta 5 / iOS 8).
Have found some answers but mostly relating to Xcode 5 and under.
Everything runs fine, however the selected icon/view controller disappears. In Xcode 5-4 the image assets weren't even coming through giving the following error message. Now they do, however the error message still runs.
Screenshot:
CUICatalog: Invalid asset name supplied: (null) 2014-08-12 15:16:26.521 TheApp[5275:3231837] CUICatalog: Invalid asset name supplied: (null) 2014-08-12 15:16:26.521 TheApp[5275:3231837] Could not load the "(null)" image referenced from a nib in the bundle with identifier "YourCompnay.TheApp"
I'm racking my brain trying to figure out if it's my connections / images or just an Xcode beta bug.
Def need help and a clear explanation. ELI5.
Any help would be appreciated. I can't seem to find anything specifically relating to this error.