Build input file cannot be found ios/main.jsbundle
Run the below command
Step1: react-native bundle --dev false --platform ios --entry-file index.js --bundle-output ios/main.jsbundle --assets-dest ./ios
Step2: Add main.jsbundle and assets directory to Xcode by dragging them in your project.