Preview in Xcode not showing images from assets library
You have to do three steps:
Open Xcode. Go to window and choose projects. From new menu choose delete derived data.
Remove image from assets library. Set it again and link it to image view.
Click
cmd+shift+k
to clean your project. After that run your app or put it in preview seen.
Try to check "target membership" of Assets.xcassets file.
- Choose Assets.xcassets folder.
- in File Inspector - Target Membership should be checked.