I am trying to install ios-deploy and it gives me thousands of lines of output before ultimately ending in an error message. I have xcode command line tools installed, I have node installed, I’ve updated everything, I even factory reset my entire computer and this error still persists. These are the error messages:
The following build commands failed:
Ld /Users/mateocalderon/Documents/Projects/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/Binary/ios-deploy normal x86_64 (in target ‘ios-deploy’ from project ‘ios-deploy’)
(1 failure)
npm WARN enoent ENOENT: no such file or directory, open ‘/Users/mateocalderon/Documents/Projects/package.json’
npm WARN Projects No description
npm WARN Projects No repository field.
npm WARN Projects No README data
npm WARN Projects No license field.
npm ERR! code ELIFECYCLE
npm ERR! errno 65
npm ERR! [email protected] preinstall: ./src/scripts/check_reqs.js && xcodebuild
npm ERR! Exit status 65
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/mateocalderon/.npm/_logs/2023-11-29T23_36_20_798Z-debug.log
these are some screenshots to show just how much output I’m receiving:
I will not add more screenshots because there is just too much to capture all of it
I uninstalled node, updated node, installed ios-deploy globally (failed), installed ios-deploy locally (failed), factory reset macbook (still same error)




