Thanks!
I have updated Medic and at the moment ios-deploy is working correctly.
On Thu, Mar 27, 2014 at 6:29 PM, Shazron wrote:
> ios-deploy 1.0.6 published to npm.
> https://github.com/phonegap/ios-deploy/releases/tag/1.0.6
>
> Added non-interactive, port flags. Removed python wrapper.
>
> -
ios-deploy 1.0.6 published to npm.
https://github.com/phonegap/ios-deploy/releases/tag/1.0.6
Added non-interactive, port flags. Removed python wrapper.
- Two flags added:
(-p/--port) flag (port used for device debugging, default is 12345)
(-I/--noninteractive) flag (start in non interactive mode
Awesome! We will check it out again.
Our success with ios-deploy in the automated test environment has been very
poor. It correctly deploys & launches somewhat less than 5% of the time.
Generally the deploy will work, then it fails to launch for one reason or
another.
Hoping for better success!
The problem with ios-deploy that I have right now is, it works on its own
on the command line, but now hangs if I call it through cordova/run (it
deploys to device, runs it, but hangs at the splash screen) -- weird
On Fri, Mar 21, 2014 at 4:06 PM, Shazron wrote:
> ios-deploy 1.0.5 published.
>
ios-deploy 1.0.5 published.
Fixes the problem where you only get to a usable state after over a minute.
Now it does so after 5s.
On Fri, Dec 13, 2013 at 1:04 PM, Shazron wrote:
> Yup I've been looking at the issues today - how coincidental.
> There's been new code that I've been testing, but I'
Yup I've been looking at the issues today - how coincidental.
There's been new code that I've been testing, but I'm having problems:
https://github.com/phonegap/ios-deploy/pull/12
On Fri, Dec 13, 2013 at 1:02 PM, David Kemp wrote:
> Hi all,
> I am having pretty regular problems with phonegap/i