[Bug]: npx cap sync ios
does not restart app on iOS 18 real device with Xcode 16 if app is open
#7662
Open
1 of 3 tasks
Labels
needs reproduction
needs reproducible example to illustrate the issue
Capacitor Version
Other API Details
Platforms Affected
Current Behavior
When running
npx cap run ios --target <target>
where<target>
is a real device, if the app is already open (even backgrounded), the command runs successfully, but the app isn't restarted, and so it appears not to work. After force-closing the app, opening it will have the updated code.Expected Behavior
npx cap run ios --target <target>
should restart the app if it's running (which is how it used to work).Project Reproduction
I don't have a reproduction, but I can make one if helpful.
Additional Information
No response
The text was updated successfully, but these errors were encountered: