I have tow xcassets in my project:
and both was copied to the bundle resources.
And I can see the picture on xib:
When I run the project, NO picture in the bjzjicons.xcassets
was shown on the device/simulator.
But if I move the picture in bjzjicons.xcassets
to Images.xcassets
, they can show correct.
Can anyone tell me why ?