I just want to generate a ipa file.I have no real ios device.Please suggest a solution.
I tried adding->react-native bundle --dev false --entry-file index.js --bundle-output ios/main.jsbundle --platform ios
->react-native run-ios
But it is telling me to install pod ->Once I tried to run-> npm install pod
But it didn't get installed.