From Fedora Project Wiki

mNo edit summary
No edit summary
Line 24: Line 24:


== Apple iOS toolchain: XCode ==
== Apple iOS toolchain: XCode ==
To develop for iOS devices, you must install '''Xcode''' and use it to configure a device. For this, you need an '''Apple developer account''' and iOS Developer Program '''certificate''' that you receive from Apple.
=== Where it can be downloaded ===
=== Where it can be downloaded ===
* [https://developer.apple.com/programs/ developer.apple.com - Programs overview]
** [https://developer.apple.com/programs/enroll/ developer.apple.com - enroll] actual steps to get started.
* [https://doc.qt.io/qtcreator/creator-developing-ios.html
=== Licensing ===
=== Licensing ===
=== Can Xcode be run on Fedora Linux? ===
=== Can Xcode be run on Fedora Linux? ===
=== Can Xcode be run on shared Mac Server? ===
=== Can Xcode be run on shared Mac Server? ===


== See also ==
== See also ==

Revision as of 10:45, 20 April 2019

Qt development on Fedora Linux raises questions, what can be done on Fedora Linux and what else is needed and how it can be used when using Linux desktop?

<html> <iframe width="560" height="315" src="https://www.youtube.com/embed/WFGRr0DV3oM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </html>

Development mode: C++ (Widget) vs QML (XML)

Both are supported.

What are the differences

Can real targets connecfted via USB-cable be launched from Fedora Linux?

Google Android toolchain:

Android SDK, NDK (native development kit, C/C++), Java (Linux OpenJDK can be used).

Where it can be downloaded


Apple iOS toolchain: XCode

To develop for iOS devices, you must install Xcode and use it to configure a device. For this, you need an Apple developer account and iOS Developer Program certificate that you receive from Apple.

Where it can be downloaded

Licensing

Can Xcode be run on Fedora Linux?

Can Xcode be run on shared Mac Server?

See also


External links