Vscode-react-native: Error: Could not found executable

Created on 16 Feb 2020  路  6Comments  路  Source: microsoft/vscode-react-native

Actual Behavior

  1. After starting a new project, it's running well on XCode but got this one on VSCode :
    Could not debug. Could not found executable in /path/ios/build/*/Build/Products/Debug-iphonesimulator (error code 403)

Expected Behavior

  1. it should just works :)
    I think it's related to cli new update here - as described here
    a new watch mode added to version 3.1 and it may breaks something
    My previous projects with cli < 3.1 (3.0.4) work well on VSCode

Software versions

  • React-Native VS Code extension version: 1.14.0 - latest
  • VSCode version: latest: 1.42.1
  • OS platform and version: mac
  • NodeJS version: 12
  • React Native version: 0.61.5
bug fix-in-master iOS

Most helpful comment

Hi @ramyareye . Yes this fix will be released in the next update. We'll let you know.

All 6 comments

@SounD120 @RedMickey thanks :) I should wait till next minor release to use, right?

Hi @ramyareye . Yes this fix will be released in the next update. We'll let you know.

Hi @ramyareye . React Native Tools v0.14.1 just have been released.

@SounD120 a question, did you work on new watch mode, r & d keys?

Thanks

Hi @ramyareye . No, we didn't. There are command palette commands for that in the extension
image

I think these are different. New commands are inside metro bundler which there weren't before.
I don't really know if the API is the same.

Anyway at the time the "d" command doesn't work in metro bundler.

Was this page helpful?
0 / 5 - 0 ratings