quasar dev capacitor iOS (M1) not working #9037
-
I'm trying to run a Quasar app on iOS on Mac with M1 processor. I'm using Rosetta as Quasar (or actually Webpack I think) does not work on the native M1 (or at least I could not get it to work). The same app does work on Android (but from my Windows machine). Also quasar build does work, but quasar dev does not. I can also run quasar dev for a web app without problems on the same Mac. This is what I get:
It seems it is using true as port number, but this is not what is in de quasar.conf. The port is correct there and on Windows/Android the same config does work. Any ideas to get this working? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
It sure feels like quasar.conf.js > devServer > port is set to Boolean |
Beta Was this translation helpful? Give feedback.
It sure feels like quasar.conf.js > devServer > port is set to Boolean
true
. Just did a test and it outputs the same thing. Can you offer a barebones reproduction repo pls? I don't own an M1 to test this.