Cordoba “Image Installation Error” and “No Devices Found for Debugging” on Remote Assembly on Mac with Xcode

I am trying to debug my cordova project on iPhone using remote build on my mac. The build was successful, but when I try to deploy, I get the following two error messages:

Failed to start iOS remote to build
C: \ Flex \ Trunk \ Flex.Net \ Flex.Net.MobileHybrid \ health \ iOS \ Release \ buildInfo.json` on http: // [ipadress]: port / cordova : Http 404: setting errors developer disk image

Regarding this error, this is what I already tried and did not help:

  • Restart all devices
  • After making sure that I have a disk image for each iOS, check the Finder> Xcode> Show Package Contents> Developer> Platforms> DeviceSupport folder.
  • Download the latest Xcode, Cordova and iOS (10.0.2) on my phone.
  • Using a phone with a lower version of iOS (9.3).

Failed to debug remote iOS to build C: \ Flex \ Trunk \ Flex.Net \ Flex.Net.MobileHybrid \ health \ iOS \ Release \ buildInfo.json http: // [ipadress]: port / cordova : Http 500: devices not found for debugging. Make sure the device is connected and awake and try again.

And as for this error, I tried the following:

  • Make sure all Apple Developer certificates are different, as they should be. I also tried debugging the device on Xcode on my Mac, which works fine.
  • (xcode, visual studio, iOS, cordova, plugins ..) iPhone.

- , ? , .

+4
2

, , mac brew upgrade libimobiledevice --HEAD, Visual Studio.

0

Zelina, Error: libimobiledevice HEAD-45fda81 already installed - (Http 404 500).

, MAC:

  • brew ideviceinstaller
  • brew --ignore-dependencies --force libimobiledevice
  • brew update && & & brew libimobiledevice --HEAD && & & brew ideviceinstaller ios-webkit-debug-proxy
  • brew ios-webkit-debug-proxy

, VS2015, .

, -, , , .

0

Source: https://habr.com/ru/post/1655918/


All Articles