The cordova-medic project has been updated to use the npm version of ios-deploy.
Also, separate tests for CLI and plugman have been added. On Mon, Oct 28, 2013 at 10:20 AM, David Kemp <drk...@google.com> wrote: > When I run this tool like: > > ios-deploy --id xxxx --bundle xxx --debug > > it works, but there is a ~45 second pause after run/success before the > mobilespec application actually starts running the test. During that time > the cordova bot image is on the device (so something has started). > > There is no debug output for this time, but at the end of the delay > everything moves along as expected. > > Any idea whats up with that? > > > > On Fri, Oct 25, 2013 at 6:28 PM, Shazron <shaz...@gmail.com> wrote: > >> related: xcode 5 command line tools however, have a way to deploy to a >> device directly but *only* for running XCTest based tests (xcodebuild >> -destination [destination-specifier]) >> >> >> On Fri, Oct 25, 2013 at 3:23 PM, Shazron <shaz...@gmail.com> wrote: >> >> > http://github.com/phonegap/ios-deploy >> > or from npm install -g ios-deploy >> > >> > This is used in cordova-ios >> > >> > >> > >> > >> > On Fri, Oct 25, 2013 at 1:58 PM, David Kemp <drk...@chromium.org> >> wrote: >> > >> >> Hi all, >> >> It seems that xcode 5 no longer supports gdb, resulting in fruitstrap >> not >> >> being able to deploy iOS apps. fruitstrap seems to have a hard-coded >> path >> >> to where the appropriate gdb bits are. >> >> Our test system is currently not running iOS tests for that reason >> because >> >> xcode conveniently upgraded. >> >> >> >> I am looking into solutions, but thought someone out there might know a >> >> fix. >> >> >> >> Thoughts? >> >> >> >> David Kemp >> >> >> > >> > >> > >