Sunday, 15 May 2011

ios - Images in Images.xcassets Not Showing up When Archiving App? -



ios - Images in Images.xcassets Not Showing up When Archiving App? -

i using xcode 5.1.1 , images.xcassets store important amount of app's images (i realize doing this, building , running app takes longer). anywho, works expected. when hook device , run it, images show fine.

the problem is, when archive project send beta testers, upon installing through means, app not show of images stored in images.xcassets, other images stored appear (the icons stored in images.xcassets appear though).

what wrong here?

i have found workaround works me. faced same issue , found out problem deployment target version. when changing deployment target ios 6.0 ios 8.0, many images part of image catalogue(image.xcasset) not seen when creating archive , sharing testers. worked fine when running development build on same iphone. on changing deployment target ios 8.0 ios 6.0 , creating archive 1 time again images seen. workaround alter deployment target 6.0. not sure if there ios bug though.

ios objective-c xcode archive xcasset

No comments:

Post a Comment