Does Appium 1.4.13 work with the latest 9.0.2 IOS update for the iphones?
I upgraded my mac to the El Capitan new IOS, will that affect the running of appium and its results?
I am able to use Appium 1.4.11 with the original 9.0 iOS with a real iPhone device.
I worry if I upgrade to 1.4.13 and/or upgrade my iPhone to 9.0.2 IOS then my scripts may not run correctly anymore. So I haven't upgraded my appium or iPhone IOS yet.
hi @Sruthi
We are getting this error when trying to reference in developer settings,
here are my settings from the developer settings
and the error is
{code}
module.js:338
throw err;
^
Error: Cannot find module 'argparse'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/Users/abc.xyz/Documents/Appium/appium/lib/server/parser.js:2:10)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
{code}
Hi @Sruthi
I am getting command not found when running this
vpathania-ml:gitl vabc.xyz$ reset.sh
-bash: reset.sh: command not found
or
vpathania-ml:gitl abc.xyz$ sudo ./reset.sh --dev --verbose
Password:
sudo: ./reset.sh: command not found
When i try the for Appium new version after cloning from git to local..... saw the error as npm command not found in terminal now seeing the error......
cd /Users/monocept/Desktop/Appium1.4.11
Appium1.4.11 monocept$ ./reset.sh
* Determining platform
* Platform is mac
---- Resetting / Initializing Appium ----
RESETTING NPM
* Installing new or updated NPM modules (including devDeps)
RESETTING GENERAL
* Setting git revision data
RESETTING IOS
* Setting iOS config to Appium's version
* Cloning/updating libimobiledevice-macosx
* Copying libimobiledevice-macosx to build
* Cloning/updating deviceconsole
* Building deviceconsole
* Copying deviceconsole to build
RESETTING ANDROID
* Configuring Android bootstrap
---- FAILURE: reset.sh exited with status 1 ----
My bad same issue for me as well
vpathania-ml:appium vishal.pathania$ sudo ./reset.sh --dev --verbose
* Determining platform
* Platform is mac
---- Resetting / Initializing Appium ----
* Dev mode is on, will download/build test apps
RESETTING NPM
* Installing new or updated NPM modules (including devDeps)
npm WARN package.json appium@1.4.13 No license field.
RESETTING GENERAL
* Setting git revision data
error: Appium will not work if used or installed with sudo. Please rerun/install as a non-root user. If you had to install Appium usingsudo npm install -g appium
, the solution is to reinstall Node using a method (Homebrew, for example) that doesn't require sudo to install global npm packages.
---- FAILURE: reset.sh exited with status 1 ----
reinstalled node with brew
vpathania-ml:appium vishal.pathania$ brew install node
==> Downloading https://homebrew.bintray.com/bottles/node-0.12.4.yosemite.bottle.tar.gz4
Already downloaded: /Library/Caches/Homebrew/node-0.12.4.yosemite.bottle.tar.gz
==> Pouring node-0.12.4.yosemite.bottle.tar.gz
==> CaveatsBash completion has been installed to:
/usr/local/etc/bash_completion.d
hi @Sruthi
Did the same thing
Hi Vpathania,
I followed Sruthi instructions with two additional steps and I got it to work.
I added the code-signing identity and it worked for me.
I was able to install appium 1.4.13 without error. See if it will work for you too.
Type in terminal git clone https://github.com/appium/appium.git42
Type in terminal to find code-signing identity:
security find-identity -v -p codesigningType in terminal $ ./reset.sh --ios --real-safari --code-sign 'code signing identity' --profile 'retrieved profile identity code'
Check out instructions here