no such file or directory on running ./Scripts/bootstrap.sh -d
See original GitHub issueThe problem
After appium installation i want to run the below 2 commands in this folder /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent
- $ mkdir -p Resources/WebDriverAgent.bundle
- $ ./Scripts/bootstrap.sh -d
After running command 2 i am recieving this below error in the console zsh: no such file or directory ./Scripts/bootstrap.sh
Environment
- Appium version (or git revision) that exhibits the issue: 1.15.1
- Last Appium version that did not exhibit the issue (if applicable):
- Desktop OS/version used to run Appium: 10.15.1 (mac)
- Node.js version (unless using Appium.app|exe): 13.2.0
- Npm or Yarn package manager: 6.13.1
- Mobile platform/version under test: 13.0
- Real device or emulator/simulator: Simulator
- Appium CLI or Appium.app|exe: Installed through command line as well as app file was also installed.
Details
If necessary, describe the problem you have been experiencing in more detail.
Link to Appium logs
Create a GIST which is a paste of your full Appium logs, and link them here. Do NOT paste your full Appium logs here, as it will make this issue very long and hard to read! If you are reporting a bug, always include Appium logs!
Code To Reproduce Issue [ Good To Have ]
Please remember that with sample code it’s easier to reproduce the bug and it’s much faster to fix it.
Please git clone https://github.com/appium/appium and from the sample-code
directory, use one of your favourite languages and sample apps to reproduce the issue.
In case a similar scenario is missing in sample-code, please submit a PR with one of the sample apps provided.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top GitHub Comments
For Appium v1.21.0 onward, you don’t need to run:
sh ./Scripts/bootstrap.sh -d
Just install Appium and build WebDriverAgent onlyThe original issue was old appium.
./Scripts/bootstrap.sh
has been removed since appium 1.20. If you followed https://appium.io/docs/en/drivers/ios-xcuitest-real-devices/#full-manual-configuration , please take a look at it again.