Checking GIT installation and version…
git version 2.23.0
GIT is correctly installed.
Checking Cordova installation and version…
9.0.0 (cordova-lib@9.0.1)
Cordova is correctly installed.
Checking Xcode installation and version…
com.apple.dt.Xcode
Xcode is correctly installed.
Checking ios-sim installation and version…
simctl was not found.
Check that you have Xcode 8.x installed:
xcodebuild --version
Check that you have Xcode 8.x selected:
xcode-select --print-path
ios-sim is missing!
Installing ios-sim …
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/ios-sim
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules/ios-sim
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules/ios-sim’
npm ERR! [Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules/ios-sim’] {
npm ERR! stack: “Error: EACCES: permission denied, access ‘/usr/local/lib/node_modules/ios-sim’”,
npm ERR! errno: -13,
npm ERR! code: ‘EACCES’,
npm ERR! syscall: ‘access’,
npm ERR! path: ‘/usr/local/lib/node_modules/ios-sim’
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dany/.npm/_logs/2019-11-13T13_21_33_571Z-debug.log
ios-sim installation failed!
George, the ios-sim install (with sudo) is the first thing I did, but unfortunately even if it is installed from the terminal, when the System Check is performed by Wappler the error always remains
Installing ios-deploy ...
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /usr/local/lib/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! [Error: EACCES: permission denied, access '/usr/local/lib/node_modules'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/local/lib/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/X/.npm/_logs/2020-08-04T02_07_04_763Z-debug.log
ios-deploy installation failed!
I am the admin of the computer & do have permission, do you know how I can fix please?