I am trying to submit my first app to the App Store but when I try I am getting the following error:
ERROR ITMS-9000: \"Your binary is not optimized f
I'm using React Native, and got this problem after adding react-native-splash-screen plugin
However, I got the solution after following the method via this link
Your binary is not optimized for iPhone 5
The problem has solved when I do this:
and this time its successfuly submitted.