Closed leavesster closed 7 years ago
When the project has multiple targets and different images for different targets. This repo will make all these .xcassets files lose efficacy, and all targets will use one target's images.
.xcassets
I have created a demo for this situation.
In init commit , everything is OK, but all install YangMingShan commit (need pod install) the app show error images.
init
install YangMingShan
My workaround:remove .xcassets in YangMingShan, use bundle image 2x 3x png
When the project has multiple targets and different images for different targets. This repo will make all these
.xcassets
files lose efficacy, and all targets will use one target's images.I have created a demo for this situation.
In
init
commit , everything is OK, but allinstall YangMingShan
commit (need pod install) the app show error images.