Develop without XCode
Hello,
I would like to develop for my Ipad with Qt Creator, and I would like to know if it is possible without XCode.
Thnaks for your answer.
Hello,
I would like to develop for my Ipad with Qt Creator, and I would like to know if it is possible without XCode.
Thnaks for your answer.
According to Wiki, no.
Also, using a third-party development tool to create iOS apps means you will not be able to get any support here; you will have to rely on third-party support if you have problems.
Why don't you want to use Xcode?
actia wrote:
I would like to develop for my Ipad with Qt Creator, and I would like to know if it is possible without XCode.
No. Qt for iOS requires Xcode: http://qt-project.org/doc/qt-5/ios-support.html
From the QTCreator site
Qt for iOS
Qt's iOS port allows you to run Qt applications on iOS devices, such as iPhones and iPads.
Getting Started
Development and deployment is done using Xcode. The supported workflow is to maintain a .pro file based project, export it to Xcode (and re-export when the project setup changes), and then build and deploy using Xcode. We will look at that in more detail in the next section.
In order to load an app on an UOS device Xcode is required, no way around that.
Develop without XCode