Appcode cannot find destination

I see the following error in AppCode every time I try to deploy my application on a connected device (iPad):

xcodebuild: error: could not find the destination matching the arguments in -destination: The requested device could not be found because no available devices matched the request. Build failed with 2 errors and 0 warnings in 14 seconds

I can create and deploy with Xcode in order.

And I'm sure that AppCode can see the device, since it is listed in the drop-down list (Yellow 11 is the device): enter image description here

Additional information: The project uses cocode codes Xcode - version 5.1 AppCode - version 2.5.5 Target installation of deployment in Xcode - 7.0 The project uses SDK 7.1 iPad is located on iOS 7.0.4

Things I tried: - Deleting the contents of the DerivedData folder (through the Xcode Organizer window) - Starting and starting Xcode and AppCode again - Disconnecting and reconnecting the device - Clear recovery

Why do I want to build through AppCode so badly? Because it’s easier to debug, and I know all the keyboard shortcuts. Please, help.

+4
source share
2 answers

After that, I decided:

  • Connect the device to the computer.
  • Go to Organizer in Xcode Under Devices
  • remove device
  • Unplug the device and reconnect it.
  • Wait for Xcode to recognize and add the device to the organizer again.
  • Then go to AppCode and try to run the application on the device.

- AppCode .

+2

septerr Xcode 6.4 ( ):

  • AppCode
  • Xcode - >
  • " " "
  • " "
  • AppCode
+4

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


All Articles