[Interest] Command used by Qt Creator to deploy Apps to iOS devices

Jeffrey Brendecke jeffrey.brendecke at gmail.com
Tue Mar 6 15:18:40 CET 2018



> On 5. Mar 2018, at 15:26, Jeffrey Brendecke <jeffrey.brendecke at gmail.com> wrote:
> 
> Which command is used by Qt Creator to deploy apps to iOS devices?
> 
> The build logs show everything up through building and signing, but the output goes silent during the deploy phase.

------

I answered my own question by digging around and looking at the Qt Creator source:

https://code.qt.io/qt-creator/qt-creator.git <https://code.qt.io/qt-creator/qt-creator.git>

The code here:
qt-creator/src/tools/iostool/iosdevicemanager.*

Is a C++ variation of the code in ios-deploy, used for PhoneGap:

https://github.com/phonegap/ios-deploy <https://github.com/phonegap/ios-deploy>

It looks like Apple does not want to make the step of creating custom deploy tools to an iOS device very easy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180306/7c52e7d0/attachment.html>


More information about the Interest mailing list