Issue
Using Quasar following commands fallback to prompt without any further actions. IDE is not launching as it should.
quasar dev -m capacitor -T android
or
quasar dev -m capacitor -T ios
Nothing, not even an error message. What is wrong? What shoud I do?
Edit : Command build works for Android and ios
quasar build -m capacitor -T android
or
quasar build -m capacitor -T ios
How do I make dev working ?
Solution
I got same behavior when I copy my project from Windows to make some tests on iOS. So you have to give execution permision to /src-capacitor/[email protected]/cli/bin/capacitor
sudo chmod +x /src-capacitor/[email protected]/cli/bin/capacitor
Hope it will you going further.
Answered By – Geemee Theway
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0