xcode - How should I find which XIB contains this reference? -


i got message

could not load "itunesartwork.png" image referenced nib in bundle  

okay xib contains itunesartwork.png?

how know that?

i search itunesartwork.png , found nothing

as .xibs xml files, can search them in finder, guess. go projects directory, , search "itunesartwork.png", should .xib names used it.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -