Can't "Run" iOS build in Trigger.IO

79 views Asked by At

When I go to "Run" my build for iOS, I get this error.

[INFO] lldb.target.Launch(lldb.SBLaunchInfo(shlex.split(args[1] and args[1] or '')), error) [INFO] IndexError: list index out of range

I have seen an issue around this in PhoneGap's repo... but not sure how to fix this in Trigger.IO.

1

There are 1 answers

0
Aine Evans On

I'm running Xcode 8.1. I had a similar issue. Running the command below solved my problem.

    npm install -g ios-deploy