You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Shazron <sh...@gmail.com> on 2018/07/24 03:38:03 UTC

[DISCUSS] cordova--ios 4.5.5 patch release

Some issues , related to an external tool ios-deploy that we use:
node 8.11.2
(note that issues are only related to running and building for device,
related to the ios-deploy tool that we use. Emulator is fine)

I don't think this should hold up the release.

1. -------
# this defaults to building for device and emulator; I had a device plugged in
# error does not show if you don't have a device plugged in
# cordova build --emulator is fine
$ cordova build
(node:18179) UnhandledPromiseRejectionWarning: ios-deploy was not
found. Please download, build and install version 1.9.2 or greater
from https://github.com/phonegap/ios-deploy into your path, or do 'npm
install -g ios-deploy'
(node:18179) UnhandledPromiseRejectionWarning: Unhandled promise
rejection. This error originated either by throwing inside of an async
function without a catch block, or by rejecting a promise which was
not handled with .catch(). (rejection id: 1)
(node:18179) [DEP0018] DeprecationWarning: Unhandled promise
rejections are deprecated. In the future, promise rejections that are
not handled will terminate the Node.js process with a non-zero exit
code.

Getting three unhandled promise rejections.

2. -------
ios-deploy cannot be installed, I haven't checked the issue tracker
for it lately but I think there has been issues filed, that I have to
now address. The error is:

cp: /System/Library/PrivateFrameworks/MobileDevice.framework/XPCServices:
No such file or directory
** BUILD FAILED **

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: [DISCUSS] cordova--ios 4.5.5 patch release

Posted by Shazron <sh...@gmail.com>.
Yes 1.9.3 has the fixes. For the future build just update the check_reqs
version.

But it’s not critical since this error is only during build time of the
binary — if they already have this installed it won’t affect them (and if
they don’t — they will get the latest anyway)

On Tue, Jul 24, 2018 at 10:18 PM Chris Brody <ch...@gmail.com> wrote:

> Thanks Shazron for your efforts to deal with ios-deploy. I would like
> to get ios-deploy with the latest fixes in the build of cordova-ios,
> hopefully in the near future (don't want to delay this one). Am I
> right that ios-deploy@1.9.3 would resolve the issues discovered here?
> On Tue, Jul 24, 2018 at 3:56 AM Shazron <sh...@gmail.com> wrote:
> >
> > I've fixed the ios-deploy issue with a new 1.9.3 release, so that
> > shouldn't affect things anymore.
> > On Tue, Jul 24, 2018 at 11:43 AM Shazron <sh...@gmail.com> wrote:
> > >
> > > https://github.com/ios-control/ios-deploy/issues/349
> > > On Tue, Jul 24, 2018 at 11:38 AM Shazron <sh...@gmail.com> wrote:
> > > >
> > > > Some issues , related to an external tool ios-deploy that we use:
> > > > node 8.11.2
> > > > (note that issues are only related to running and building for
> device,
> > > > related to the ios-deploy tool that we use. Emulator is fine)
> > > >
> > > > I don't think this should hold up the release.
> > > >
> > > > 1. -------
> > > > # this defaults to building for device and emulator; I had a device
> plugged in
> > > > # error does not show if you don't have a device plugged in
> > > > # cordova build --emulator is fine
> > > > $ cordova build
> > > > (node:18179) UnhandledPromiseRejectionWarning: ios-deploy was not
> > > > found. Please download, build and install version 1.9.2 or greater
> > > > from https://github.com/phonegap/ios-deploy into your path, or do
> 'npm
> > > > install -g ios-deploy'
> > > > (node:18179) UnhandledPromiseRejectionWarning: Unhandled promise
> > > > rejection. This error originated either by throwing inside of an
> async
> > > > function without a catch block, or by rejecting a promise which was
> > > > not handled with .catch(). (rejection id: 1)
> > > > (node:18179) [DEP0018] DeprecationWarning: Unhandled promise
> > > > rejections are deprecated. In the future, promise rejections that are
> > > > not handled will terminate the Node.js process with a non-zero exit
> > > > code.
> > > >
> > > > Getting three unhandled promise rejections.
> > > >
> > > > 2. -------
> > > > ios-deploy cannot be installed, I haven't checked the issue tracker
> > > > for it lately but I think there has been issues filed, that I have to
> > > > now address. The error is:
> > > >
> > > > cp:
> /System/Library/PrivateFrameworks/MobileDevice.framework/XPCServices:
> > > > No such file or directory
> > > > ** BUILD FAILED **
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> > For additional commands, e-mail: dev-help@cordova.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>

Re: [DISCUSS] cordova--ios 4.5.5 patch release

Posted by Chris Brody <ch...@gmail.com>.
Thanks Shazron for your efforts to deal with ios-deploy. I would like
to get ios-deploy with the latest fixes in the build of cordova-ios,
hopefully in the near future (don't want to delay this one). Am I
right that ios-deploy@1.9.3 would resolve the issues discovered here?
On Tue, Jul 24, 2018 at 3:56 AM Shazron <sh...@gmail.com> wrote:
>
> I've fixed the ios-deploy issue with a new 1.9.3 release, so that
> shouldn't affect things anymore.
> On Tue, Jul 24, 2018 at 11:43 AM Shazron <sh...@gmail.com> wrote:
> >
> > https://github.com/ios-control/ios-deploy/issues/349
> > On Tue, Jul 24, 2018 at 11:38 AM Shazron <sh...@gmail.com> wrote:
> > >
> > > Some issues , related to an external tool ios-deploy that we use:
> > > node 8.11.2
> > > (note that issues are only related to running and building for device,
> > > related to the ios-deploy tool that we use. Emulator is fine)
> > >
> > > I don't think this should hold up the release.
> > >
> > > 1. -------
> > > # this defaults to building for device and emulator; I had a device plugged in
> > > # error does not show if you don't have a device plugged in
> > > # cordova build --emulator is fine
> > > $ cordova build
> > > (node:18179) UnhandledPromiseRejectionWarning: ios-deploy was not
> > > found. Please download, build and install version 1.9.2 or greater
> > > from https://github.com/phonegap/ios-deploy into your path, or do 'npm
> > > install -g ios-deploy'
> > > (node:18179) UnhandledPromiseRejectionWarning: Unhandled promise
> > > rejection. This error originated either by throwing inside of an async
> > > function without a catch block, or by rejecting a promise which was
> > > not handled with .catch(). (rejection id: 1)
> > > (node:18179) [DEP0018] DeprecationWarning: Unhandled promise
> > > rejections are deprecated. In the future, promise rejections that are
> > > not handled will terminate the Node.js process with a non-zero exit
> > > code.
> > >
> > > Getting three unhandled promise rejections.
> > >
> > > 2. -------
> > > ios-deploy cannot be installed, I haven't checked the issue tracker
> > > for it lately but I think there has been issues filed, that I have to
> > > now address. The error is:
> > >
> > > cp: /System/Library/PrivateFrameworks/MobileDevice.framework/XPCServices:
> > > No such file or directory
> > > ** BUILD FAILED **
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: [DISCUSS] cordova--ios 4.5.5 patch release

Posted by Shazron <sh...@gmail.com>.
I've fixed the ios-deploy issue with a new 1.9.3 release, so that
shouldn't affect things anymore.
On Tue, Jul 24, 2018 at 11:43 AM Shazron <sh...@gmail.com> wrote:
>
> https://github.com/ios-control/ios-deploy/issues/349
> On Tue, Jul 24, 2018 at 11:38 AM Shazron <sh...@gmail.com> wrote:
> >
> > Some issues , related to an external tool ios-deploy that we use:
> > node 8.11.2
> > (note that issues are only related to running and building for device,
> > related to the ios-deploy tool that we use. Emulator is fine)
> >
> > I don't think this should hold up the release.
> >
> > 1. -------
> > # this defaults to building for device and emulator; I had a device plugged in
> > # error does not show if you don't have a device plugged in
> > # cordova build --emulator is fine
> > $ cordova build
> > (node:18179) UnhandledPromiseRejectionWarning: ios-deploy was not
> > found. Please download, build and install version 1.9.2 or greater
> > from https://github.com/phonegap/ios-deploy into your path, or do 'npm
> > install -g ios-deploy'
> > (node:18179) UnhandledPromiseRejectionWarning: Unhandled promise
> > rejection. This error originated either by throwing inside of an async
> > function without a catch block, or by rejecting a promise which was
> > not handled with .catch(). (rejection id: 1)
> > (node:18179) [DEP0018] DeprecationWarning: Unhandled promise
> > rejections are deprecated. In the future, promise rejections that are
> > not handled will terminate the Node.js process with a non-zero exit
> > code.
> >
> > Getting three unhandled promise rejections.
> >
> > 2. -------
> > ios-deploy cannot be installed, I haven't checked the issue tracker
> > for it lately but I think there has been issues filed, that I have to
> > now address. The error is:
> >
> > cp: /System/Library/PrivateFrameworks/MobileDevice.framework/XPCServices:
> > No such file or directory
> > ** BUILD FAILED **

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: [DISCUSS] cordova--ios 4.5.5 patch release

Posted by Shazron <sh...@gmail.com>.
https://github.com/ios-control/ios-deploy/issues/349
On Tue, Jul 24, 2018 at 11:38 AM Shazron <sh...@gmail.com> wrote:
>
> Some issues , related to an external tool ios-deploy that we use:
> node 8.11.2
> (note that issues are only related to running and building for device,
> related to the ios-deploy tool that we use. Emulator is fine)
>
> I don't think this should hold up the release.
>
> 1. -------
> # this defaults to building for device and emulator; I had a device plugged in
> # error does not show if you don't have a device plugged in
> # cordova build --emulator is fine
> $ cordova build
> (node:18179) UnhandledPromiseRejectionWarning: ios-deploy was not
> found. Please download, build and install version 1.9.2 or greater
> from https://github.com/phonegap/ios-deploy into your path, or do 'npm
> install -g ios-deploy'
> (node:18179) UnhandledPromiseRejectionWarning: Unhandled promise
> rejection. This error originated either by throwing inside of an async
> function without a catch block, or by rejecting a promise which was
> not handled with .catch(). (rejection id: 1)
> (node:18179) [DEP0018] DeprecationWarning: Unhandled promise
> rejections are deprecated. In the future, promise rejections that are
> not handled will terminate the Node.js process with a non-zero exit
> code.
>
> Getting three unhandled promise rejections.
>
> 2. -------
> ios-deploy cannot be installed, I haven't checked the issue tracker
> for it lately but I think there has been issues filed, that I have to
> now address. The error is:
>
> cp: /System/Library/PrivateFrameworks/MobileDevice.framework/XPCServices:
> No such file or directory
> ** BUILD FAILED **

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org