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):

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.
source
share