Reputation: 1814
I created an asset catalog for my ios cordova app. The .xcassets folder seems to be working, however I cannot delete the image files from my resources folder. This is causing my app to be 14.5 MB in size (which seems like a lot). How can I have my images only a single location?
I have the images in the Resource folder and in Images-2.xcassets ( I think)
Upvotes: 0
Views: 237
Reputation: 695
Delete all the images and remake the asset catalogue and directly add images to your asset catalogue it will copy all the images to your project need not to add explicitly.
Upvotes: 2