문제

I am working on a simple tab based application. While running this app, I am getting the following warning logged in my xcode,

CUICatalog: Invalid asset name supplied: , or invalid scale factor: 2.000000

I am setting tab item images using [UIImage imageNamed:@""] because my images are not yet ready. Is it the reason for this warning?

Any help is appreciated.

도움이 되었습니까?

해결책

It may happen when try to load unknown image. Please check a correct image name is passed for imageName

[UIImage imageNamed:imageName]
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top