ios - Override files in .xcassets -


i have ios app multiple targets. each target has own .xcassets holds images specific target, have base .xcassets folder holds images shared between targets.

it possible base .xcassets , target .xcassets folder have image same file name, different images. when app runs, xcode use image targets .xcassets folder, instead of image base .xcassets folder. right now, when have 2 different images in each of .xcassets folders same file name, compiler warning. when run app, uses image base .xcassets folder.

does know how solve issue? thinking of writing kind of shell script, wanted know if there simpler way.

don't use same image name base vs target. names should different between them. wrote blog post multi-target assets issue.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -