Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenny-evitt/4eb84acf94defdcdfceefa20e2a887b3 to your computer and use it in GitHub Desktop.
Save kenny-evitt/4eb84acf94defdcdfceefa20e2a887b3 to your computer and use it in GitHub Desktop.
*nativescript-dev-appium* installation notes

I installed the plugin:

✔ ~/@code/partially-pos [integration-testing L|✔] 
(ins)17:22 $ npm install -D nativescript-dev-appium
npm WARN deprecated node-uuid@1.4.7: Use uuid module instead
npm WARN lifecycle The node binary used for scripts is /Users/kenny/.asdf/shims/node but npm is using /Users/kenny/.asdf/installs/nodejs/10.15.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> wd@1.11.2 install /Users/kenny/@code/partially-pos/node_modules/wd
> node scripts/build-browser-scripts


> nativescript-dev-appium@5.2.0 postinstall /Users/kenny/@code/partially-pos/node_modules/nativescript-dev-appium
> node ./postinstall.js

? What kind of project do you use? javascript
? Which testing framework do you prefer? jasmine
Create folder /Users/kenny/@code/partially-pos/e2e/config
npm WARN ts-loader@5.3.3 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.

+ nativescript-dev-appium@5.2.0
added 106 packages from 120 contributors and audited 9304 packages in 1060.466s
found 3 vulnerabilities (2 low, 1 moderate)

I installed Appium, but as a (local) dev dependency (instead of globally):

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(cmd)17:41 $ npm install -D appium
npm WARN lifecycle The node binary used for scripts is /Users/kenny/.asdf/shims/node but npm is using /Users/kenny/.asdf/installs/nodejs/10.15.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> appium-chromedriver@4.11.0 install /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-chromedriver
> node install-npm.js

[17:52:34] [Chromedriver Install] Installing Chromedriver version '2.46' for platform 'mac' and architecture '64'
[17:52:34] [Chromedriver Install] Opening temp file to write 'chromedriver_mac64' to...
[17:52:34] [Chromedriver Install] Opened temp file '/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/T/201942-44838-1g048dq.y9pp/chromedriver_mac64.zip'
[17:52:34] [Chromedriver Install] Downloading https://chromedriver.storage.googleapis.com/2.46/chromedriver_mac64.zip...
[17:52:35] [Chromedriver Install] Writing binary content to /var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/T/201942-44838-1g048dq.y9pp/chromedriver_mac64.zip...
[17:52:35] [Chromedriver Install] Extracting /var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/T/201942-44838-1g048dq.y9pp/chromedriver_mac64.zip to /var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/T/201942-44838-1g048dq.y9pp/chromedriver_mac64
[17:52:36] [Chromedriver Install] Creating /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac...
[17:52:36] [Chromedriver Install] Copying unzipped binary, reading from /var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/T/201942-44838-1g048dq.y9pp/chromedriver_mac64/chromedriver...
[17:52:36] [Chromedriver Install] Writing to /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver...
[17:52:36] [Chromedriver Install] /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-chromedriver/chromedriver/mac/chromedriver successfully put in place

> appium-selendroid-driver@1.13.3 install /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver
> node ./bin/install.js

[17:52:41] Java version 1.8.0_202 found
[17:52:42] Ensuring /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver/selendroid/download exists
[17:52:42] Downloading Selendroid standalone server version 0.17.0 from https://repo1.maven.org/maven2/io/selendroid/selendroid-standalone/0.17.0/selendroid-standalone-0.17.0-with-dependencies.jar --> /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver/selendroid/download/selendroid-server-7cf7163ac47f1c46eff95b62f78b58c1dabdec534acc6632da3784739f6e9d82.jar
[17:52:43] Writing binary content to /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver/selendroid/download/selendroid-server.jar.tmp
[17:52:43] Selendroid standalone server downloaded
[17:52:43] Determining AndroidManifest location
[17:52:44] Determining server apk location
[17:52:45] Extracting manifest and apk to /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver/selendroid/download
[17:52:46] Copying manifest and apk to /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-selendroid-driver/selendroid
[17:52:46] Cleaning up temp files
[17:52:46] Fixing AndroidManifest icon bug

> appium-windows-driver@1.5.1 install /Users/kenny/@code/partially-pos/node_modules/appium/node_modules/appium-windows-driver
> node install-npm.js

Not installing WinAppDriver since did not detect a Windows system
npm WARN ts-loader@5.3.3 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.

+ appium@1.13.0
added 585 packages from 406 contributors and audited 174621 packages in 81.627s
found 5 vulnerabilities (3 low, 2 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details

I installed Carthage:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)17:52 $ brew install carthage
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask).
==> New Formulae
aliyun-cli          breezy              cpp-gsl             cubelib             fasttext            frps                itk                 kubeaudit           libgr               osqp                scws                vapoursynth-imwri   volt
allureofthestars    cfn-lint            cql                 cypher-shell        faudio              gel                 kahip               lazygit             nlohmann-json       otf2                sk                  vapoursynth-ocr     zabbix-cli
boringtun           cmix                csound              embree              frpc                inlets              ktlint              leela-zero          ospray              phpstan             terrahub            vapoursynth-sub
==> Updated Formulae
asdf ✔                        checkstyle                    fluxctl                       gst-python                    jruby                         librealsense                  ocamlbuild                    pyenv                         tarantool
bash ✔                        chronograf                    fn                            gst-rtsp-server               json_spirit                   libressl                      odpi                          pygobject3                    taskell
boost ✔                       citus                         fontforge                     gstreamer                     juju                          libsoup                       opam                          qalculate-gtk                 tbb
gcc ✔                         clang-format                  fonttools                     gtk+3                         jump                          libssh                        open-mpi                      qbs                           tcpreplay
gnu-getopt ✔                  cmake                         freeling                      gtranslator                   just                          libtorrent-rasterbar          opencoarrays                  qemu                          tectonic
gnutls ✔                      cmark                         freetds                       gupnp                         kafka                         libuv                         opencolorio                   qt                            telegraf
imagemagick ✔                 cmocka                        frugal                        gupnp-av                      kafkacat                      libvirt                       opencv                        quazip                        teleport
isl ✔                         cockroach                     futhark                       gupnp-tools                   khard                         libvisio                      opencv@2                      r                             terraform_landscape
libpng ✔                      coffeescript                  fx                            hadolint                      kibana@5.6                    libvmaf                       opencv@3                      rawtoaces                     tgui
mariadb ✔                     cogl                          galen                         hadoop                        kitchen-sync                  libxlsxwriter                 openexr                       rclone                        tippecanoe
octave ✔                      cointop                       gauge                         haproxy                       klavaro                       libxo                         openimageio                   rebar3                        tmux
postgresql ✔                  collector-sidecar             gawk                          harfbuzz                      knot                          linkerd                       openjpeg                      restic                        tmuxinator-completion
putty ✔                       composer                      gcc@5                         hatari                        knot-resolver                 links                         openrct2                      riff                          tomcat
readline ✔                    conan                         gcc@6                         hebcal                        kore                          lmod                          openssh                       ripgrep                       topgrade
sqlite ✔                      confluent-oss                 gcc@7                         helmfile                      kotlin                        lnav                          openttd                       rke                           traefik
ace                           conjure-up                    gdcm                          hexyl                         krakend                       logtalk                       openvdb                       roll                          translate-shell
algernon                      couchdb                       gegl                          hfstospell                    krb5                          lolcat                        openvpn                       root                          triton
amazon-ecs-cli                cpprestsdk                    get_iplayer                   hivemind                      kube-aws                      lumo                          operator-sdk                  rsyslog                       ttfautohint
ammonite-repl                 cromwell                      getdns                        hledger                       kubecfg                       lxc                           opus                          rtv                           tundra
ansible                       crowdin                       ghc                           hlint                         kubeprod                      lynis                         overmind                      ruby                          txr
ansifilter                    cryfs                         ghq                           homebank                      kubernetes-cli                lz4                           pacapt                        ruby-build                    typescript
anyenv                        crystal                       gifsicle                      hopenpgp-tools                kyoto-cabinet                 mackup                        packer                        ruby@2.4                      ucloud
apache-arrow                  crystal-icr                   git-lfs                       howdoi                        kyoto-tycoon                  mapnik                        paket                         rust                          uhd
apache-flink                  ctl                           gitbucket                     htmlcxx                       lastpass-cli                  maven                         pandoc                        rustup-init                   ultralist
apache-geode                  cython                        gitfs                         http-parser                   laszip                        maxwell                       parallel                      s-nail                        unbound
apache-spark                  dartsim                       gitlab-runner                 httpd                         latex2html                    media-info                    passenger                     salt                          ungit
apr                           dbhash                        gitless                       hub                           latexml                       memcached                     pazpar2                       sbcl                          unrar
arangodb                      dcos-cli                      gjs                           hugo                          lbdb                          mercurial                     pbrt                          sdl                           urbit
aravis                        dfmt                          glances                       hydra                         lcdf-typetools                mesa                          pcapplusplus                  serverless                    util-linux
argyll-cms                    dhall                         glfw                          hyperscan                     ldc                           meson                         pcl                           shfmt                         v8
asciidoctor                   dhall-json                    glib                          hypre                         ledger                        metabase                      pcre2                         ship                          vala
atlassian-cli                 diff-pdf                      glib-networking               i2p                           lego                          micronaut                     pdal                          shpotify                      vapoursynth
atomist-cli                   digdag                        glm                           iamy                          lgogdownloader                mimic                         pdfgrep                       sile                          varnish
autojump                      direnv                        glooctl                       icu4c                         libatomic_ops                 minetest                      pdftoipe                      silk                          vault
autopep8                      dita-ot                       glslang                       idnits                        libb2                         mingw-w64                     pdnsrec                       simple-scan                   vcdimager
avra                          django-completion             gmic                          igv                           libbluray                     minio                         pegtl                         sipsak                        vim
aws-iam-authenticator         dmd                           gmsh                          ilmbase                       libcddb                       minio-mc                      pgcli                         siril                         vips
aws-okta                      dnscrypt-proxy                gnumeric                      imagemagick@6                 libcdio                       mkvtoolnix                    php                           skaffold                      visp
aws-sdk-cpp                   docfx                         gnunet                        imake                         libcdr                        mmseqs2                       php-code-sniffer              smimesign                     vte3
awscli                        docker                        gnuradio                      influxdb                      libchamplain                  modules                       php-cs-fixer                  sn0int                        vtk
azure-cli                     docker-completion             go                            iniparser                     libcoap                       mono                          php@7.1                       snapcraft                     vulkan-headers
badtouch                      docker-compose-completion     goaccess                      ios-sim                       libcroco                      mosquitto                     php@7.2                       snort                         weaver
ballerina                     docker-credential-helper      gobject-introspection         ios-webkit-debug-proxy        libdap                        most                          phpunit                       sonarqube                     webdis
bdw-gc                        docker-credential-helper-ecr  gocr                          iozone                        libdazzle                     mpd                           picard-tools                  sonobuoy                      wget
bettercap                     doctl                         godep                         ipbt                          libebml                       mps-youtube                   pijul                         sops                          widelands
binaryen                      doitlive                      golang-migrate                ipfs                          libedit                       msmtp                         pilosa                        sourcekitten                  wine
bind                          dovecot                       gomplate                      ipv6calc                      libestr                       mypy                          pixman                        sphinx-doc                    wireguard-go
bit                           dwdiff                        gopass                        ipython                       libetonyek                    mysql                         planck                        sqldiff                       wireguard-tools
bitrise                       dynare                        goreleaser                    ircii                         libfabric                     n                             plantuml                      sqlite-analyzer               wp-cli
blast                         easyengine                    gox                           ispc                          libfixbuf                     nagios                        platformio                    sqlmap                        wtf
bluepill                      emacs                         gr-osmosdr                    istioctl                      libgit2                       nano                          pmd                           ssh-copy-id                   xcodegen
botan                         embulk                        gradle                        itstool                       libgit2-glib                  nats-streaming-server         poppler                       sshguard                      xmake
btfs                          emscripten                    grafana                       jailkit                       libical                       ncmpcpp                       postgis                       ssllabs-scan                  xonsh
buildkit                      epubcheck                     graphene                      jbig2dec                      libiconv                      neovim                        postgresql@10                 step                          yaf
bwfmetaedit                   erlang                        gromacs                       jemalloc                      libjson-rpc-cpp               netdata                       pre-commit                    streamlink                    yaz
bzt                           erlang@20                     groonga                       jena                          liblcf                        newsboat                      presto                        stubby                        ykman
caffe                         ethereum                      groovysdk                     jenkins                       liblinear                     nghttp2                       privoxy                       stunnel                       yle-dl
cake                          evince                        grpc                          jenkins-lts                   libltc                        nginx                         prometheus                    subversion                    you-get
carla                         exploitdb                     gsoap                         jetty                         libmatroska                   nifi                          prototool                     svgo                          youtube-dl
carthage                      faas-cli                      gssdp                         jfrog-cli-go                  libmicrohttpd                 node                          pspg                          swagger-codegen               zabbix
castxml                       ffmpeg                        gst-editing-services          jhiccup                       libmspub                      node-build                    psql2csv                      swagger-codegen@2             zebra
ccache                        field3d                       gst-libav                     jid                           libnotify                     node@10                       pulumi                        swiftformat                   zig
certbot                       file-roller                   gst-plugins-bad               jmeter                        libphonenumber                node@8                        pumba                         swiftlint                     zim
cfssl                         firebase-cli                  gst-plugins-base              john                          libpqxx                       nomad                         purescript                    swig                          znc
cgal                          flatbuffers                   gst-plugins-good              joplin                        libpulsar                     nsd                           pushpin                       syncthing                     zorba
chakra                        flow                          gst-plugins-ugly              jp2a                          libqalculate                  numpy                         py3cairo                      synfig                        zstd
==> Deleted Formulae
node@6                                                              pdftoedn                                                            ruby@2.3                                                            safe

==> Downloading https://homebrew.bintray.com/bottles/carthage-0.33.0.high_sierra.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/7f/7f88034cfbd51439cd45467745ea3b1a21e6eec2cdd8a7eb2a8945382404b5f0?__gda__=exp=1556835299~hmac=525fd5815aee45209c9a3b475f64d23cd9eb77c8545cd8132e2c4155358b143d&response-content-disposition=attachment%3Bfilename%3D%22carth
######################################################################## 100.0%
==> Pouring carthage-0.33.0.high_sierra.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
🍺  /usr/local/Cellar/carthage/0.33.0: 8 files, 21.3MB
==> `brew cleanup` has not been run in 30 days, running now...
Removing: /Users/kenny/Library/Caches/Homebrew/protobuf--3.7.1.mojave.bottle.tar.gz... (5MB)
Removing: /Users/kenny/Library/Caches/Homebrew/python@2--2.7.16.mojave.bottle.tar.gz... (18.5MB)
Removing: /Users/kenny/Library/Caches/Homebrew/sqlite--3.27.2.mojave.bottle.tar.gz... (1.8MB)
Removing: /Users/kenny/Library/Logs/Homebrew/python@2... (3 files, 128KB)
Removing: /Users/kenny/Library/Logs/Homebrew/gdbm... (64B)
Removing: /Users/kenny/Library/Logs/Homebrew/python... (6 files, 238.7KB)
Removing: /Users/kenny/Library/Logs/Homebrew/sqlite... (64B)
Removing: /Users/kenny/Library/Logs/Homebrew/protobuf... (64B)

I wasn't able to install libimobiledevice:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)18:03 $ brew install libimobiledevice --HEAD
Updating Homebrew...
Warning: Your Xcode (10.1) is outdated.
Please update to Xcode 10.2 (or delete it).
Xcode can be updated from the App Store.

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences.

==> Installing dependencies for libimobiledevice: readline, sqlite, libxml2, pkg-config, libplist and usbmuxd
==> Installing libimobiledevice dependency: readline
==> Downloading https://homebrew.bintray.com/bottles/readline-8.0.0_1.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/fa/faab004773e6449dd97971311cb62a9bbaa44f1483b82640e818f0c355c8266d?__gda__=exp=1556835375~hmac=cee0b14dd7db90ce347152be29219fd4334741fec99ccce20707bb53b120ae5c&response-content-disposition=attachment%3Bfilename%3D%22readl
######################################################################## 100.0%
==> Pouring readline-8.0.0_1.mojave.bottle.tar.gz
==> Caveats
readline is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.

For compilers to find readline you may need to set:
  export LDFLAGS="-L/usr/local/opt/readline/lib"
  export CPPFLAGS="-I/usr/local/opt/readline/include"

For pkg-config to find readline you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/readline/8.0.0_1: 48 files, 1.5MB
==> Installing libimobiledevice dependency: sqlite
==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.28.0.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/e3/e360850758d2104b4ae9eab8ae57903a37b62c550c779ddf32100720f832508d?__gda__=exp=1556835380~hmac=8a88fdaea9e002dbbd2335805868a47b4460f5328857a10f8142b41737b5a269&response-content-disposition=attachment%3Bfilename%3D%22sqlit
######################################################################## 100.0%
==> Pouring sqlite-3.28.0.mojave.bottle.tar.gz
==> Caveats
sqlite is keg-only, which means it was not symlinked into /usr/local,
because macOS provides an older sqlite3.

If you need to have sqlite first in your PATH run:
  echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.bash_profile

For compilers to find sqlite you may need to set:
  export LDFLAGS="-L/usr/local/opt/sqlite/lib"
  export CPPFLAGS="-I/usr/local/opt/sqlite/include"

For pkg-config to find sqlite you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/sqlite/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/sqlite/3.28.0: 11 files, 3.7MB
==> Installing libimobiledevice dependency: libxml2
==> Downloading https://homebrew.bintray.com/bottles/libxml2-2.9.9_2.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/1e/1e6143e9bfb756fe80e4a1db417b722569429a815365ed9070556e81bd2db02a?__gda__=exp=1556835386~hmac=b3a0deb01986d0c6bb861e74e030f892d6eb020ef6c45e88e995fcbe74df16dc&response-content-disposition=attachment%3Bfilename%3D%22libxm
######################################################################## 100.0%
==> Pouring libxml2-2.9.9_2.mojave.bottle.tar.gz
==> Caveats
libxml2 is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have libxml2 first in your PATH run:
  echo 'export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> ~/.bash_profile

For compilers to find libxml2 you may need to set:
  export LDFLAGS="-L/usr/local/opt/libxml2/lib"
  export CPPFLAGS="-I/usr/local/opt/libxml2/include"

For pkg-config to find libxml2 you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/libxml2/2.9.9_2: 281 files, 10.5MB
==> Installing libimobiledevice dependency: pkg-config
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.29.2.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/85/85e5bbffb3424f22cd1bf54b69161110481bab100f9abea54e0a0f00fcf761b9?__gda__=exp=1556835392~hmac=2beb88fbaa131e0badecb819df354b6a04cf949197341da2dab127e67f6c3e62&response-content-disposition=attachment%3Bfilename%3D%22pkg-c
######################################################################## 100.0%
==> Pouring pkg-config-0.29.2.mojave.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/pkg-config
Target /usr/local/bin/pkg-config
is a symlink belonging to pkg-config. You can unlink it:
  brew unlink pkg-config

To force the link and overwrite all conflicting files:
  brew link --overwrite pkg-config

To list all files that would be deleted:
  brew link --overwrite --dry-run pkg-config

Possible conflicting files are:
/usr/local/bin/pkg-config -> /usr/local/Cellar/pkg-config/0.29/bin/pkg-config
/usr/local/share/aclocal/pkg.m4 -> /usr/local/Cellar/pkg-config/0.29/share/aclocal/pkg.m4
/usr/local/share/doc/pkg-config/pkg-config-guide.html
/usr/local/share/doc/pkg-config/pkg-config-guide.html
/usr/local/share/man/man1/pkg-config.1 -> /usr/local/Cellar/pkg-config/0.29/share/man/man1/pkg-config.1
==> Summary
🍺  /usr/local/Cellar/pkg-config/0.29.2: 11 files, 627.2KB
==> Installing libimobiledevice dependency: libplist
==> Downloading https://homebrew.bintray.com/bottles/libplist-2.0.0_1.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring libplist-2.0.0_1.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/libplist/2.0.0_1: 29 files, 345.7KB
==> Installing libimobiledevice dependency: usbmuxd
==> Downloading https://homebrew.bintray.com/bottles/usbmuxd-1.0.10_1.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring usbmuxd-1.0.10_1.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/usbmuxd/1.0.10_1: 13 files, 120KB
==> Installing libimobiledevice --HEAD
==> Cloning https://git.libimobiledevice.org/libimobiledevice.git
Cloning into '/Users/kenny/Library/Caches/Homebrew/libimobiledevice--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> ./autogen.sh
Last 15 lines from /Users/kenny/Library/Logs/Homebrew/libimobiledevice/01.autogen.sh:
checking dynamic linker characteristics... darwin18.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd... no
configure: error: Package requirements (libusbmuxd >= 1.1.0) were not met:

Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

READ THIS: https://docs.brew.sh/Troubleshooting


Error: Your Xcode (10.1) is outdated.
Please update to Xcode 10.2 (or delete it).
Xcode can be updated from the App Store.


Error: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences.

I tried overwriting the links for pkg-config:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(cmd)14:03 $ brew link --overwrite pkg-config
Linking /usr/local/Cellar/pkg-config/0.29.2... 6 symlinks created

I retried installing libimobiledevice:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)14:03 $ brew install libimobiledevice --HEAD
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
pipx
==> Updated Formulae
allureofthestars    awscli              camlp4              libmatroska         mariadb@10.1        mkvtoolnix          mu                  nexus               php@7.1             tor                 unp64               velero              yara
==> Deleted Formulae
imapsync

Warning: Your Xcode (10.1) is outdated.
Please update to Xcode 10.2 (or delete it).
Xcode can be updated from the App Store.

Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences.

==> Cloning https://git.libimobiledevice.org/libimobiledevice.git
Updating /Users/kenny/Library/Caches/Homebrew/libimobiledevice--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at eea4f1b Updated ac_python_devel.m4 to newer ax_python_devel.m4
==> ./autogen.sh
Last 15 lines from /Users/kenny/Library/Logs/Homebrew/libimobiledevice/01.autogen.sh:
checking dynamic linker characteristics... darwin18.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd >= 1.1.0... no
configure: error: Package requirements (libusbmuxd >= 1.1.0) were not met:

Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

READ THIS: https://docs.brew.sh/Troubleshooting


Error: Your Xcode (10.1) is outdated.
Please update to Xcode 10.2 (or delete it).
Xcode can be updated from the App Store.


Error: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences.

I upgraded macOS, Xcode, and Command Line Tools and tried installing libimobiledevice again:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)16:18 $ brew install libimobiledevice --HEAD
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/cask-versions and homebrew/core).
==> Updated Formulae
cloc                                                                                      etcd                                                                                      zola

==> Cloning https://git.libimobiledevice.org/libimobiledevice.git
Updating /Users/kenny/Library/Caches/Homebrew/libimobiledevice--git
fatal: unable to access 'https://git.libimobiledevice.org/libimobiledevice.git/': Could not resolve host: git.libimobiledevice.org
Error: An exception occurred within a child process:
  DownloadError: Failed to download resource "libimobiledevice"
Failure while executing; `git fetch origin` exited with 128. Here's the output:
fatal: unable to access 'https://git.libimobiledevice.org/libimobiledevice.git/': Could not resolve host: git.libimobiledevice.org

and then again:

✘-1 ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)16:19 $ brew install libimobiledevice --HEAD
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
imagemagick ✔                                                                                                                           rustup-init

==> Cloning https://git.libimobiledevice.org/libimobiledevice.git
Updating /Users/kenny/Library/Caches/Homebrew/libimobiledevice--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at eea4f1b Updated ac_python_devel.m4 to newer ax_python_devel.m4
==> ./autogen.sh
Last 15 lines from /Users/kenny/Library/Logs/Homebrew/libimobiledevice/01.autogen.sh:
checking dynamic linker characteristics... darwin18.5.0 dyld
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd >= 1.1.0... no
configure: error: Package requirements (libusbmuxd >= 1.1.0) were not met:

Requested 'libusbmuxd >= 1.1.0' but version of libusbmuxd is 1.0.10

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

READ THIS: https://docs.brew.sh/Troubleshooting

I tried searching Homebrew for info about libusbmuxd:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)16:56 $ brew search libusbmuxd
No formula or cask found for "libusbmuxd".
Closed pull requests:
usbmuxd 1.1.0 (https://github.com/Homebrew/homebrew-core/pull/35872)
libusbmuxd 1.0.10 (https://github.com/Homebrew/legacy-homebrew/pull/34076)
libimobiledevice: Update to 1.1.5. Cleanup (https://github.com/Homebrew/legacy-homebrew/pull/18736)

Given that the package for libusbmuxd is listed under the 'legacy' Homebrew, I suspected that maybe I needed to upgrade the usbmuxd package:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)16:56 $ brew info usbmuxd
usbmuxd: stable 1.0.10 (bottled), HEAD
USB multiplexor daemon for iPhone and iPod Touch devices
https://www.libimobiledevice.org/
/usr/local/Cellar/usbmuxd/1.0.10_1 (13 files, 120KB) *
  Poured from bottle on 2019-05-02 at 18:04:44
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/usbmuxd.rb
==> Dependencies
Build: pkg-config ✔
Required: libplist ✔, libusb ✔
==> Options
--HEAD
	Install HEAD version
==> Analytics
install: 31,583 (30 days), 100,468 (90 days), 282,824 (365 days)
install_on_request: 24,434 (30 days), 77,900 (90 days), 157,845 (365 days)
build_error: 0 (30 days)

I tried upgrading it:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:46 $ brew install usbmuxd
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 3 taps (homebrew/cask-versions, homebrew/core and homebrew/cask).
==> Updated Formulae
argyll-cms                 gdal                       glooctl                    klavaro                    liblas                     mkvtoolnix                 nwchem                     opencv@3                   petsc-complex              scipy
cargo-completion           ghq                        gmt                        libgaiagraphics            librasterlite              nodenv                     openblas                   pdal                       r                          torsocks
crosstool-ng               glib                       interactive-rebase-tool    libgeotiff                 logstash                   numpy                      opencv                     petsc                      scalapack                  visp

Warning: usbmuxd 1.0.10_1 is already installed and up-to-date
To reinstall 1.0.10_1, run `brew reinstall usbmuxd`

I tried installing the HEAD version:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:48 $ brew install usbmuxd --HEAD
Error: usbmuxd 1.0.10_1 is already installed
To install HEAD_1, first run `brew unlink usbmuxd`.
Warning: Skipping (old) /usr/local/Cellar/usbmuxd/1.0.10_1 due to it being linked

I unlinked the existing version:

✘-1 ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:48 $ brew unlink usbmuxd
Unlinking /usr/local/Cellar/usbmuxd/1.0.10_1... 7 symlinks removed

I was seemingly able to upgrade the package finally:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:50 $ brew install usbmuxd --HEAD
==> Cloning https://git.sukimashita.com/libusbmuxd.git
Cloning into '/Users/kenny/Library/Caches/Homebrew/usbmuxd--git'...
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
==> ./autogen.sh
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/usbmuxd/HEAD-873252d_1
==> make install
🍺  /usr/local/Cellar/usbmuxd/HEAD-873252d_1: 13 files, 141.2KB, built in 46 seconds
Removing: /usr/local/Cellar/usbmuxd/1.0.10_1... (13 files, 120KB)
Removing: /Users/kenny/Library/Caches/Homebrew/usbmuxd--1.0.10_1.mojave.bottle.tar.gz... (38.8KB)

I was seemingly able to then install libimobiledevice:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:51 $ brew install libimobiledevice --HEAD
==> Cloning https://git.libimobiledevice.org/libimobiledevice.git
Updating /Users/kenny/Library/Caches/Homebrew/libimobiledevice--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at eea4f1b Updated ac_python_devel.m4 to newer ax_python_devel.m4
==> ./autogen.sh
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/libimobiledevice/HEAD-eea4f1b_3 --without-cython --enable-debug-code
==> make install
🍺  /usr/local/Cellar/libimobiledevice/HEAD-eea4f1b_3: 67 files, 1MB, built in 56 seconds

I installed the rest of the setup dependencies:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:54 $ brew install ideviceinstaller
==> Installing dependencies for ideviceinstaller: libzip
==> Installing ideviceinstaller dependency: libzip
==> Downloading https://homebrew.bintray.com/bottles/libzip-1.5.2.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring libzip-1.5.2.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/libzip/1.5.2: 134 files, 579.6KB
==> Installing ideviceinstaller
==> Downloading https://homebrew.bintray.com/bottles/ideviceinstaller-1.1.0_4.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring ideviceinstaller-1.1.0_4.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/ideviceinstaller/1.1.0_4: 8 files, 60.5KB

and:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:56 $ brew install ios-webkit-debug-proxy
==> Downloading https://homebrew.bintray.com/bottles/ios-webkit-debug-proxy-1.8.4.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring ios-webkit-debug-proxy-1.8.4.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/ios-webkit-debug-proxy/1.8.4: 13 files, 329.4KB

and [note that this is also a local dev dependency]:

✔ ~/@code/partially-pos [integration-testing L|✚ 2…4] 
(ins)09:57 $ npm install -D ios-deploy
npm WARN lifecycle The node binary used for scripts is /Users/kenny/.asdf/shims/node but npm is using /Users/kenny/.asdf/installs/nodejs/10.15.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> ios-deploy@1.9.4 preinstall /Users/kenny/@code/partially-pos/node_modules/ios-deploy
> ./src/scripts/check_reqs.js && xcodebuild

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! WARNING: You are on OS X 10.11 El Capitan or greater, you may need to add the
!!!! WARNING:   `--unsafe-perm=true` flag when running `npm install`
!!!! WARNING:   or else it will fail.
!!!! WARNING: link:
!!!! WARNING:   https://github.com/phonegap/ios-deploy#os-x-1011-el-capitan-or-greater
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
note: Using new build system
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    builtin-create-build-directory /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-own-target-headers.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-own-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-generated-files.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-generated-files.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-project-headers.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-project-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-non-framework-target-headers.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-target-headers.hmap (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/all-product-headers.yaml (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/all-product-headers.yaml

CompileC /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy-lib/libios_deploy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=270 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.11 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -iquote /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-generated-files.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-own-target-headers.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-all-target-headers.hmap -iquote /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/ios-deploy-project-headers.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/include -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/DerivedSources-normal/x86_64 -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/DerivedSources/x86_64 -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/DerivedSources -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks -fno-objc-arc -MMD -MT dependencies -MF /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.d --serialize-diagnostics /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.dia -c /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy-lib/libios_deploy.m -o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/libios_deploy.o

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/ios-deploy.LinkFileList (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/ios-deploy.LinkFileList

Libtool /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/libios-deploy.a normal x86_64 (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export MACOSX_DEPLOYMENT_TARGET=10.11
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only x86_64 -D -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release -filelist /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy-lib.build/Objects-normal/x86_64/ios-deploy.LinkFileList -framework CoreFoundation -framework Foundation -o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/libios-deploy.a

CpHeader /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy-lib/libios_deploy.h /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/libios_deploy.h (in target: ios-deploy-lib)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy-lib/libios_deploy.h /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-own-target-headers.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-own-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-generated-files.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-generated-files.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-project-headers.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-project-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-target-headers.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-non-framework-target-headers.hmap (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/all-product-headers.yaml (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh

PhaseScriptExecution Run\ Script /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export ACTION=build
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=kenny
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD=x86_64
    export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=NO
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CACHE_ROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CCHROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=YES
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/CompositeSDKs
    export COMPRESS_PNG_FILES=NO
    export CONFIGURATION=Release
    export CONFIGURATION_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CONFIGURATION_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=NO
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min
    export DEPLOYMENT_TARGET_LD_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=macosx_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14"
    export DERIVED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/ios-deploy.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=ios-deploy.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_NS_ASSERTIONS=NO
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLE_NAME=ios-deploy
    export EXECUTABLE_PATH=ios-deploy
    export FILE_LIST=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release  /Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=ios-deploy
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_SYMBOLS_PRIVATE_EXTERN=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/kenny
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_OUTPUT_FORMAT=same-as-input
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/ios-deploy.dst/usr/local/bin
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=kenny
    export INSTALL_PATH=/usr/local/bin
    export INSTALL_ROOT=/tmp/ios-deploy.dst
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch/ios-deploy_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export LOCSYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export MACH_O_TYPE=mh_execute
    export MACOSX_DEPLOYMENT_TARGET=10.8
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18E226
    export MAC_OS_X_VERSION_ACTUAL=101404
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1404
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/
    export MTL_ENABLE_DEBUG_INFO=NO
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export OBJROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export ONLY_ACTIVE_ARCH=NO
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS="-framework MobileDevice"
    export PACKAGE_TYPE=com.apple.package-type.mach-o-executable
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kenny/.asdf/installs/nodejs/10.15.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/kenny/@code/partially-pos/node_modules/ios-deploy/node_modules/.bin:/Users/kenny/@code/partially-pos/node_modules/.bin:/Users/kenny/.asdf/shims:/Users/kenny/.asdf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kenny/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PER_ARCH_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME=macOS
    export PLATFORM_NAME=macosx
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10E1001
    export PLIST_FILE_OUTPUT_FORMAT=same-as-input
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRODUCT_MODULE_NAME=ios_deploy
    export PRODUCT_NAME=ios-deploy
    export PRODUCT_SETTINGS_PATH=
    export PRODUCT_TYPE=com.apple.product-type.tool
    export PROFILING_CODE=NO
    export PROJECT=ios-deploy
    export PROJECT_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/DerivedSources
    export PROJECT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export PROJECT_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/ios-deploy.xcodeproj
    export PROJECT_NAME=ios-deploy
    export PROJECT_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build
    export PROJECT_TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources
    export REZ_EXECUTABLE=YES
    export REZ_OBJECTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR_macosx10_14=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_NAME=macosx10.14
    export SDK_NAMES=macosx10.14
    export SDK_PRODUCT_BUILD_VERSION=18E219
    export SDK_VERSION=10.14
    export SDK_VERSION_ACTUAL=101400
    export SDK_VERSION_MAJOR=101400
    export SDK_VERSION_MINOR=1400
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=NO
    export SHARED_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/DerivedSources
    export SHARED_PRECOMPS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/SharedPrecompiledHeaders
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export SRCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_PNG_TEXT=NO
    export STRIP_STYLE=all
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_PLATFORMS=macosx
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=macosx
    export SYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETNAME=ios-deploy
    export TARGET_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export TARGET_NAME=ios-deploy
    export TARGET_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNSTRIPPED_PRODUCT=NO
    export USER=kenny
    export USER_APPS_DIR=/Users/kenny/Applications
    export USER_LIBRARY_DIR=/Users/kenny/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSION_INFO_BUILDER=kenny
    export VERSION_INFO_FILE=ios-deploy_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:ios-deploy  PROJECT:ios-deploy-""
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10E1001
    export XCODE_VERSION_ACTUAL=1020
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1020
    export XPCSERVICES_FOLDER_PATH=/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export diagnostic_message_length=270
    export variant=normal
    /bin/sh -c /Users/kenny/\\@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-7EDCC3CF1C45E03B002F9851.sh

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D981F59D20100F954DB.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D981F59D20100F954DB.sh

PhaseScriptExecution Run\ Script /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D981F59D20100F954DB.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export ACTION=build
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=kenny
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD=x86_64
    export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=NO
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CACHE_ROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CCHROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=YES
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/CompositeSDKs
    export COMPRESS_PNG_FILES=NO
    export CONFIGURATION=Release
    export CONFIGURATION_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CONFIGURATION_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=NO
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min
    export DEPLOYMENT_TARGET_LD_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=macosx_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14"
    export DERIVED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/ios-deploy.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=ios-deploy.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_NS_ASSERTIONS=NO
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLE_NAME=ios-deploy
    export EXECUTABLE_PATH=ios-deploy
    export FILE_LIST=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release  /Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=ios-deploy
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_SYMBOLS_PRIVATE_EXTERN=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/kenny
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_OUTPUT_FORMAT=same-as-input
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/ios-deploy.dst/usr/local/bin
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=kenny
    export INSTALL_PATH=/usr/local/bin
    export INSTALL_ROOT=/tmp/ios-deploy.dst
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch/ios-deploy_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export LOCSYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export MACH_O_TYPE=mh_execute
    export MACOSX_DEPLOYMENT_TARGET=10.8
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18E226
    export MAC_OS_X_VERSION_ACTUAL=101404
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1404
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/
    export MTL_ENABLE_DEBUG_INFO=NO
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export OBJROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export ONLY_ACTIVE_ARCH=NO
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS="-framework MobileDevice"
    export PACKAGE_TYPE=com.apple.package-type.mach-o-executable
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kenny/.asdf/installs/nodejs/10.15.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/kenny/@code/partially-pos/node_modules/ios-deploy/node_modules/.bin:/Users/kenny/@code/partially-pos/node_modules/.bin:/Users/kenny/.asdf/shims:/Users/kenny/.asdf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kenny/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PER_ARCH_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME=macOS
    export PLATFORM_NAME=macosx
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10E1001
    export PLIST_FILE_OUTPUT_FORMAT=same-as-input
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRODUCT_MODULE_NAME=ios_deploy
    export PRODUCT_NAME=ios-deploy
    export PRODUCT_SETTINGS_PATH=
    export PRODUCT_TYPE=com.apple.product-type.tool
    export PROFILING_CODE=NO
    export PROJECT=ios-deploy
    export PROJECT_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/DerivedSources
    export PROJECT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export PROJECT_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/ios-deploy.xcodeproj
    export PROJECT_NAME=ios-deploy
    export PROJECT_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build
    export PROJECT_TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources
    export REZ_EXECUTABLE=YES
    export REZ_OBJECTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR_macosx10_14=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_NAME=macosx10.14
    export SDK_NAMES=macosx10.14
    export SDK_PRODUCT_BUILD_VERSION=18E219
    export SDK_VERSION=10.14
    export SDK_VERSION_ACTUAL=101400
    export SDK_VERSION_MAJOR=101400
    export SDK_VERSION_MINOR=1400
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=NO
    export SHARED_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/DerivedSources
    export SHARED_PRECOMPS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/SharedPrecompiledHeaders
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export SRCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_PNG_TEXT=NO
    export STRIP_STYLE=all
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_PLATFORMS=macosx
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=macosx
    export SYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETNAME=ios-deploy
    export TARGET_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export TARGET_NAME=ios-deploy
    export TARGET_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNSTRIPPED_PRODUCT=NO
    export USER=kenny
    export USER_APPS_DIR=/Users/kenny/Applications
    export USER_LIBRARY_DIR=/Users/kenny/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSION_INFO_BUILDER=kenny
    export VERSION_INFO_FILE=ios-deploy_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:ios-deploy  PROJECT:ios-deploy-""
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10E1001
    export XCODE_VERSION_ACTUAL=1020
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1020
    export XPCSERVICES_FOLDER_PATH=/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export diagnostic_message_length=270
    export variant=normal
    /bin/sh -c /Users/kenny/\\@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D981F59D20100F954DB.sh

CompileC /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy/ios-deploy.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=270 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.8 -g -fvisibility=hidden -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -iquote /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-generated-files.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-own-target-headers.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-all-target-headers.hmap -iquote /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-project-headers.hmap -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/include -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources-normal/x86_64 -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources/x86_64 -I/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks -fno-objc-arc -MMD -MT dependencies -MF /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.d --serialize-diagnostics /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.dia -c /Users/kenny/@code/partially-pos/node_modules/ios-deploy/src/ios-deploy/ios-deploy.m -o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.o

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList

Ld /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy normal x86_64 (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export MACOSX_DEPLOYMENT_TARGET=10.8
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release -F/Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks -filelist /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList -mmacosx-version-min=10.8 -Xlinker -object_path_lto -Xlinker /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_lto.o -fobjc-arc -fobjc-link-runtime -framework MobileDevice -framework Foundation -framework CoreFoundation -Xlinker -dependency_info -Xlinker /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy_dependency_info.dat -o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy

WriteAuxiliaryFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D9B1F59DA8300F954DB.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    write-file /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D9B1F59DA8300F954DB.sh

GenerateDSYMFile /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy.dSYM /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy -o /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy.dSYM

PhaseScriptExecution Run\ Script /Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D9B1F59DA8300F954DB.sh (in target: ios-deploy)
    cd /Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export ACTION=build
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=kenny
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD=x86_64
    export ARCHS_STANDARD_32_64_BIT="x86_64 i386"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=NO
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CACHE_ROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CCHROOT=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/com.apple.DeveloperTools/10.2.1-10E1001/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/h2/0776sw3n2jl_rdtb6kydblqw0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/ios-deploy
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=YES
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/CompositeSDKs
    export COMPRESS_PNG_FILES=NO
    export CONFIGURATION=Release
    export CONFIGURATION_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export CONFIGURATION_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=NO
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=NO
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min
    export DEPLOYMENT_TARGET_LD_ENV_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=macosx_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14"
    export DERIVED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/ios-deploy.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=ios-deploy.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBEDDED_PROFILE_NAME=embedded.provisionprofile
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_NS_ASSERTIONS=NO
    export ENABLE_ON_DEMAND_RESOURCES=NO
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=NO
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLE_NAME=ios-deploy
    export EXECUTABLE_PATH=ios-deploy
    export FILE_LIST=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release  /Users/kenny/@code/partially-pos/node_modules/ios-deploy/_Frameworks"
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=ios-deploy
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_SYMBOLS_PRIVATE_EXTERN=YES
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=NO
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=NO
    export HEADER_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/include "
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/kenny
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_OUTPUT_FORMAT=same-as-input
    export INFOPLIST_PREPROCESS=NO
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/ios-deploy.dst/usr/local/bin
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=kenny
    export INSTALL_PATH=/usr/local/bin
    export INSTALL_ROOT=/tmp/ios-deploy.dst
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch/ios-deploy_dependency_info.dat
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ios-deploy-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/x86_64/ios-deploy.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export LOCSYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export MACH_O_TYPE=mh_execute
    export MACOSX_DEPLOYMENT_TARGET=10.8
    export MAC_OS_X_PRODUCT_BUILD_VERSION=18E226
    export MAC_OS_X_VERSION_ACTUAL=101404
    export MAC_OS_X_VERSION_MAJOR=101400
    export MAC_OS_X_VERSION_MINOR=1404
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/
    export MTL_ENABLE_DEBUG_INFO=NO
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export OBJROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export ONLY_ACTIVE_ARCH=NO
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS="-framework MobileDevice"
    export PACKAGE_TYPE=com.apple.package-type.mach-o-executable
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kenny/.asdf/installs/nodejs/10.15.0/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/kenny/@code/partially-pos/node_modules/ios-deploy/node_modules/.bin:/Users/kenny/@code/partially-pos/node_modules/.bin:/Users/kenny/.asdf/shims:/Users/kenny/.asdf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/kenny/bin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PER_ARCH_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
    export PLATFORM_DISPLAY_NAME=macOS
    export PLATFORM_NAME=macosx
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10E1001
    export PLIST_FILE_OUTPUT_FORMAT=same-as-input
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRODUCT_MODULE_NAME=ios_deploy
    export PRODUCT_NAME=ios-deploy
    export PRODUCT_SETTINGS_PATH=
    export PRODUCT_TYPE=com.apple.product-type.tool
    export PROFILING_CODE=NO
    export PROJECT=ios-deploy
    export PROJECT_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/DerivedSources
    export PROJECT_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export PROJECT_FILE_PATH=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/ios-deploy.xcodeproj
    export PROJECT_NAME=ios-deploy
    export PROJECT_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build
    export PROJECT_TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources
    export REZ_EXECUTABLE=YES
    export REZ_OBJECTS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release "
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_DIR_macosx10_14=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    export SDK_NAME=macosx10.14
    export SDK_NAMES=macosx10.14
    export SDK_PRODUCT_BUILD_VERSION=18E219
    export SDK_VERSION=10.14
    export SDK_VERSION_ACTUAL=101400
    export SDK_VERSION_MAJOR=101400
    export SDK_VERSION_MINOR=1400
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=NO
    export SHARED_DERIVED_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release/DerivedSources
    export SHARED_PRECOMPS_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/SharedPrecompiledHeaders
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export SRCROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy
    export STRINGS_FILE_OUTPUT_ENCODING=UTF-16
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_PNG_TEXT=NO
    export STRIP_STYLE=all
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_PLATFORMS=macosx
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_PLATFORM_TARGET_PREFIX=macosx
    export SYMROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETNAME=ios-deploy
    export TARGET_BUILD_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/Release
    export TARGET_NAME=ios-deploy
    export TARGET_TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILES_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_FILE_DIR=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build
    export TEMP_ROOT=/Users/kenny/@code/partially-pos/node_modules/ios-deploy/build
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export UID=501
    export UNSTRIPPED_PRODUCT=NO
    export USER=kenny
    export USER_APPS_DIR=/Users/kenny/Applications
    export USER_LIBRARY_DIR=/Users/kenny/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSION_INFO_BUILDER=kenny
    export VERSION_INFO_FILE=ios-deploy_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:ios-deploy  PROJECT:ios-deploy-""
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10E1001
    export XCODE_VERSION_ACTUAL=1020
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1020
    export XPCSERVICES_FOLDER_PATH=/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export diagnostic_message_length=270
    export variant=normal
    /bin/sh -c /Users/kenny/\\@code/partially-pos/node_modules/ios-deploy/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D9B1F59DA8300F954DB.sh

** BUILD SUCCEEDED **

npm WARN ts-loader@5.3.3 requires a peer of typescript@* but none is installed. You must install peer dependencies yourself.

+ ios-deploy@1.9.4
added 1 package from 1 contributor and audited 174622 packages in 19.783s
found 5 vulnerabilities (3 low, 2 moderate)
  run `npm audit fix` to fix them, or `npm audit` for details

I added an 'iPhone 6' key to the capabilities file (e2e/config/appium.capabilities.json):

    "sim.iPhone6": {
        "platformName": "iOS",
        "platformVersion": "/12.*/",
        "deviceName": "iPhone 6",
        "noReset": false,
        "fullReset": false,
        "app": ""
    },

I can't seem to run the tests tho:

✔ ~/@code/partially-pos [integration-testing L|✚ 1] 
(ins)11:14 $ npm run e2e -- --runType sim.iPhone6
npm WARN lifecycle The node binary used for scripts is /Users/kenny/.asdf/shims/node but npm is using /Users/kenny/.asdf/installs/nodejs/10.15.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> @ e2e /Users/kenny/@code/partially-pos
> node ./node_modules/nativescript-dev-appium/check-dev-deps.js &&  jasmine --config=./e2e/config/jasmine.json  "--runType" "sim.iPhone6"

Unknown options: --runType

Usage: jasmine [command] [options] [files]

Commands:
      init	initialize jasmine
  examples	install examples
   help,-h	show help
version,-v	show jasmine and jasmine-core versions

If no command is given, jasmine specs will be run


Options:
        --no-color	turn off color in spec output
           --color	force turn on color in spec output
         --filter=	filter specs to run only those that match the given string
         --helper=	load helper files that match the given string
        --require=	load module that match the given string
--stop-on-failure=	[true|false] stop spec execution on expectation failure
      --fail-fast=	[true|false] stop Jasmine execution on spec failure
         --config=	path to your optional jasmine.json
       --reporter=	path to reporter to use instead of the default Jasmine reporter

The given arguments take precedence over options in your jasmine.json
The path to your optional jasmine.json can also be configured by setting the JASMINE_CONFIG_PATH environment variable
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ e2e: `node ./node_modules/nativescript-dev-appium/check-dev-deps.js &&  jasmine --config=./e2e/config/jasmine.json  "--runType" "sim.iPhone6"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @ e2e 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/kenny/.npm/_logs/2019-05-06T15_18_20_576Z-debug.log

Specifying one of the default capabilities seemingly fails for the same reason:

✘-1 ~/@code/partially-pos [integration-testing L|✚ 1] 
(ins)11:18 $ npm run e2e -- --runType sim.iPhone7
npm WARN lifecycle The node binary used for scripts is /Users/kenny/.asdf/shims/node but npm is using /Users/kenny/.asdf/installs/nodejs/10.15.0/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> @ e2e /Users/kenny/@code/partially-pos
> node ./node_modules/nativescript-dev-appium/check-dev-deps.js &&  jasmine --config=./e2e/config/jasmine.json  "--runType" "sim.iPhone7"

Unknown options: --runType

Usage: jasmine [command] [options] [files]

Commands:
      init	initialize jasmine
  examples	install examples
   help,-h	show help
version,-v	show jasmine and jasmine-core versions

If no command is given, jasmine specs will be run


Options:
        --no-color	turn off color in spec output
           --color	force turn on color in spec output
         --filter=	filter specs to run only those that match the given string
         --helper=	load helper files that match the given string
        --require=	load module that match the given string
--stop-on-failure=	[true|false] stop spec execution on expectation failure
      --fail-fast=	[true|false] stop Jasmine execution on spec failure
         --config=	path to your optional jasmine.json
       --reporter=	path to reporter to use instead of the default Jasmine reporter

The given arguments take precedence over options in your jasmine.json
The path to your optional jasmine.json can also be configured by setting the JASMINE_CONFIG_PATH environment variable
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ e2e: `node ./node_modules/nativescript-dev-appium/check-dev-deps.js &&  jasmine --config=./e2e/config/jasmine.json  "--runType" "sim.iPhone7"`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @ e2e 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/kenny/.npm/_logs/2019-05-06T16_20_20_866Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment