Connect to Metro to develop Javascript

I am trying to run my app on device using XCode but I am facing this issue "Connect to metro to develop Javascript "

Steps already taken:

I have updated package.json with this "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'" Added main.jsbundle in build phase-copy bundle resources rerun build:ios added IP address in configure bundler on phone. Watchman wat-del-all Both my mac and device is on same wifi. Please let me know if I am missing any step to connect Xcode with device. Thanks

Connect to Metro to develop Javascript
 
 
Q