This app was built with the iOS 16.2 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution
How to sort this? Please help
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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