Open kala888 opened 5 years ago
Same error did you find a solution ? @kala888
Same error did you find a solution ? @kala888
I am having this issue too, after clearing react native cache and removing node_modules I ended up with all sorts of dependency issues and it took me two hours to be able to get my app to build on ios again, and when I got it to build finally, many of my icons were showing the wrong icon on ios. I have tried for awhile with changing version numbers up or down with react native vector icons package, clearing caches, restarting, all sorts of things, but nothing is working.
Some of my icons on ios still display the correct icon and in each of those instances I have specified the type to be Entypo. So I am going through my app and just making sure each of my icons are from that type and this is going to be the workaround I move forward with.
<Icon type='Entypo' name='check' />
Maybe you can try some of the different types and see if you can get the result you need through those.
Have the same issue
It work fine when i using debug model (simulator and physic device). it will show a wrong icon, when release to apple store.
try to remove node_modules, clean, rm -f ios/build, unlink and link again, not works