forked from qt-creator/qt-creator
ios: wait 5s after sucessful deploy
Ios 7.0.4 with xcode 5.0.2 seem to need a bit of time after installation before running, otherwise the device might be locked up. Task-number:QTCREATORBUG-10922s Change-Id: I4d35d0c3b21407db7d0aa5f629d3fa51117d4ddd Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -1063,6 +1063,8 @@ bool AppOpSession::installApp()
|
|||||||
}
|
}
|
||||||
stopService(fd);
|
stopService(fd);
|
||||||
}
|
}
|
||||||
|
if (!failure)
|
||||||
|
sleep(5); // after installation the device needs a bit of quiet....
|
||||||
if (debugAll)
|
if (debugAll)
|
||||||
qDebug() << "AMDeviceInstallApplication finished request with " << failure;
|
qDebug() << "AMDeviceInstallApplication finished request with " << failure;
|
||||||
IosDeviceManagerPrivate::instance()->didTransferApp(bundlePath, deviceId,
|
IosDeviceManagerPrivate::instance()->didTransferApp(bundlePath, deviceId,
|
||||||
|
Reference in New Issue
Block a user