forked from qt-creator/qt-creator
iOS: Fix message about failed deployment
The device settings were moved from the Organizer window to its own Devices window quite a while ago. Change-Id: Ia3cdc7686ef70bde0e6c443dc2d72b64f54fdbf3 Reviewed-by: Vikas Pachdha <vikas.pachdha@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -176,7 +176,7 @@ void IosDeployStep::handleDidTransferApp(IosToolHandler *handler, const QString
|
|||||||
m_transferStatus = TransferFailed;
|
m_transferStatus = TransferFailed;
|
||||||
if (!m_expectFail)
|
if (!m_expectFail)
|
||||||
TaskHub::addTask(Task::Error,
|
TaskHub::addTask(Task::Error,
|
||||||
tr("Deployment failed. The settings in the Organizer window of Xcode might be incorrect."),
|
tr("Deployment failed. The settings in the Devices window of Xcode might be incorrect."),
|
||||||
ProjectExplorer::Constants::TASK_CATEGORY_DEPLOYMENT);
|
ProjectExplorer::Constants::TASK_CATEGORY_DEPLOYMENT);
|
||||||
}
|
}
|
||||||
m_futureInterface.reportResult(status == IosToolHandler::Success);
|
m_futureInterface.reportResult(status == IosToolHandler::Success);
|
||||||
|
|||||||
Reference in New Issue
Block a user