Cannot Select Simulator When Running quasar dev -m capacitor -T ios | Xcode doesn't run a simple quasar app #17811
Unanswered
itsHadyy
asked this question in
CLI - Capacitor / Cordova modes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running the following command to start my Quasar app with Capacitor on iOS:
quasar dev -m capacitor -T ios
Xcode opens, but it does not allow me to select a simulator or connected device. The app does not start running automatically, and there is no option to choose a destination.
Expected Behavior
• Xcode should allow selecting a simulator or device.
• The app should launch in the chosen simulator.
Actual Behavior
• Xcode launches but does not provide an option to select a simulator or device.
• No errors appear in the terminal, and the app does not start.
Steps to Reproduce
1. Run quasar dev -m capacitor -T ios.
2. Xcode opens automatically.
3. No option appears to select a simulator or device.
4. The app does not start running.
Troubleshooting Attempts
Any guidance on resolving this would be greatly appreciated! Let me know if you need logs or more details.
Beta Was this translation helpful? Give feedback.
All reactions