Skip to content

1.11.0 fails installation via npm #465

Closed
@dhelleberg

Description

@dhelleberg

run
npm install -g ios-deploy --unsafe-perm=true

Expected behavior

installation successfull

Actual behavior.

 sh: line 1: 19611 Illegal instruction: 4  xcodebuild
 npm ERR! code ELIFECYCLE
 npm ERR! errno 132
 npm ERR! ios-deploy@1.11.0-beta.1 preinstall: `./src/scripts/check_reqs.js && xcodebuild`
 npm ERR! Exit status 132

Steps to reproduce the problem

run npm install -g ios-deploy --unsafe-perm=true
on OSX 10.14.6

Workaround: run
npm install -g ios-deploy@1.10.0 --unsafe-perm=true

System Specs

Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.

  • 1. system_profiler SPSoftwareDataType
    Software:

    System Software Overview:

    System Version: macOS 10.14.6 (18G4032)
    Kernel Version: Darwin 18.7.0
    Boot Volume: Macintosh HD
    Boot Mode: Normal
    Computer Name: Mac mini 2018
    User Name: 
    Secure Virtual Memory: Enabled
    System Integrity Protection: Enabled
    Time since boot: 42 days 11:33
    
  • 2. ios-deploy -V

  • 3. xcodebuild -version
    xcodebuild -version
    Xcode 11.3.1
    Build version 11C505

  • 4. xcode-select --print-path

  • 5. gcc --version

  • 6. lldb --version

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions