0

I am using XCode 12 and I was trying to archive the iOS app. The app runs completely fine with no error as such but the app icon doesn’t show up. Also there are no issues at all with the app assets. Just the icon doesn’t show up.

I tried all the possible ways like changing codes in the pod file as suggested here:

My iOS app is not showing App Icon in Simulator

And also removing the existing icons and adding them again. Besides, I also tried to remove the flipper and archive.

All of these things didn’t yield me the expected results.

Could anyone help me with this? I have been stuck with this for over a week now. Expecting some early suggestions. Thanks in advance.The screenshot of the same is linked here

1 Answers1

1

I have encountered the same issue previously. And got to know that there is something broken with images in the react-native build with iOS 12.

Please try to build it with Xcode 11 version and it will work.

Also, you can refer to Facebook/react-native page from the below link as well to have a clear idea of this.

Facebook/react-native