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
->sudo 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.
I also tried command sudo gem install cocoapods but I got error gem command not found.sudo apt-get install rubygemssudo apt install ruby # version 1:2.5.1I tried to install ruby as well
Anyone come across this issue...plz suggest a solution..I have been struggling since morning for ipa.