Assets.xcassets unlinked from project in Swift 3

328 views Asked by At

I am new to Swift. While creating project I accidentally deleted the Assets.xcasset file. I retrieved it from trash and imported it to project. Now my problem is that images are not getting attached to the file. while running app it crashes with below error -

signal SIGABRT error {Could not load the "redeem" image referenced from a nib in the bundle with identifier } because images are not getting attached.

0

There are 0 answers