You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/08 18:47:43 UTC

[GitHub] [cordova-ios] SamnnyWong opened a new issue #1039: Error: ENOENT: no such file or directory, stat '/Users/src-cordova/platforms/ios/build/emulator'

SamnnyWong opened a new issue #1039:
URL: https://github.com/apache/cordova-ios/issues/1039


   Environment: mac OS 10.15 and Xcode 12.2, Quasar build using cordova mode
   
   when i run `quasar build -m cordova -T ios` it gives me this error.
   
   complete log looks like this:
   
   ```
   (node:64230) UnhandledPromiseRejectionWarning:   Error: ENOENT: no such file or directory, stat '/Users/sam/Documents/hybrid/david/AppTactics/src-cordova/platforms/ios/build/emulator'
     
     - polyfills.js:307 Object.statSync
       [AppTactics]/[graceful-fs]/polyfills.js:307:34
     
     - stat.js:10 statSync
       [AppTactics]/[fs-extra]/lib/util/stat.js:10:52
     
     - stat.js:24 getStatsSync
       [AppTactics]/[fs-extra]/lib/util/stat.js:24:19
     
     - stat.js:49 Object.checkPathsSync
       [AppTactics]/[fs-extra]/lib/util/stat.js:49:33
     
     - copy-sync.js:24 Object.copySync
       [AppTactics]/[fs-extra]/lib/copy-sync/copy-sync.js:24:38
     
     - index.js:94 CordovaRunner.build
       [AppTactics]/[@quasar]/app/lib/cordova/index.js:94:9
     
     - next_tick.js:68 process._tickCallback
       internal/process/next_tick.js:68:7
   ```
   I tried adding and removing ../platform/ios by running `cordova platform rm ios` and `cordova platform add ios` with no luck.
   I also remove node_modules and npm install, doesn't work.
   It saids its missing /src-cordova/platforms/ios/build/emulator, but when i run `quasar dev -m cordova -T ios` without the test device plug in to the mac, emulator boots up, app launch with no problem, and the emulator directory appears under /src-cordova/platforms/ios/build.
   
   been stuck to this issue for days and seems like no other similar post.
   Also it is using the new build system because it shows once when executing the build command. 
   thanks in advance.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] breautek commented on issue #1039: Error: ENOENT: no such file or directory, stat '/Users/src-cordova/platforms/ios/build/emulator'

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #1039:
URL: https://github.com/apache/cordova-ios/issues/1039#issuecomment-740969118


   Unfortunately we cannot provide support for third-party frameworks and like you said, if you run `cordova run ios` manually under what appears to be the cordova project folder in quaser, it works. This suggests that Cordova's side is working as intended.
   
   Quasar's support channels will your best place for this I think.
   
   If you can reproduce the issue in a test project that contains no frameworks, please do create a new issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] breautek closed issue #1039: Error: ENOENT: no such file or directory, stat '/Users/src-cordova/platforms/ios/build/emulator'

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1039:
URL: https://github.com/apache/cordova-ios/issues/1039


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org