You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by mlegenhausen <gi...@git.apache.org> on 2016/01/21 17:45:25 UTC

[GitHub] cordova-ios pull request: Disable ios-deploy wifi mode when deploy...

GitHub user mlegenhausen opened a pull request:

    https://github.com/apache/cordova-ios/pull/190

    Disable ios-deploy wifi mode when deploying to a device

    Currently when running `cordova run ios --device` the app gets deployed two times via usb and wifi. But when disconnecting from USB it is not possible to deploy at all, so the deployment fails. This issue is related to phonegap/ios-deploy#170 and disables this behavior to get the deployment working again, when using usb.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/werk85/cordova-ios master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/190.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #190
    
----
commit 14e6c81a1ecfcd9756d65df89fee770b5525c79c
Author: Malte Legenhausen <ml...@gmail.com>
Date:   2016-01-21T16:42:41Z

    Disable ios-deploy wifi mode when deploying to a device

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-ios pull request: Disable ios-deploy wifi mode when deploy...

Posted by mlegenhausen <gi...@git.apache.org>.
Github user mlegenhausen commented on the pull request:

    https://github.com/apache/cordova-ios/pull/190#issuecomment-173837624
  
    Thanks for the hint. Commit updated.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-ios pull request: Disable ios-deploy wifi mode when deploy...

Posted by bitjson <gi...@git.apache.org>.
Github user bitjson commented on the pull request:

    https://github.com/apache/cordova-ios/pull/190#issuecomment-173967530
  
    I was just looking for a solution to this, thanks! :+1:


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-ios pull request: Disable ios-deploy wifi mode when deploy...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-ios/pull/190


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-ios pull request: Disable ios-deploy wifi mode when deploy...

Posted by shazron <gi...@git.apache.org>.
Github user shazron commented on the pull request:

    https://github.com/apache/cordova-ios/pull/190#issuecomment-173697815
  
    Note that this has to be bumped up to 1.8.3 as well:
    https://github.com/apache/cordova-ios/blob/842517eb7b5b0fdf8aefd3102372d182b155f7c4/bin/lib/check_reqs.js#L28
    
    ... since the --no-wifi option is only in 1.8.3.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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