Development for IOS on Linux\Ubuntu

已回答

Hi, I'm developing applications for IOS, which includes not only the backend, but also the GUI.
Please, could you give me an advise, what kind of your products can I use to solve this problem?
P.S. I use the OS Ubuntu 16.04:)

4
Avatar
Permanently deleted user
正式评论

Hi,

Apologies for delayed response. Unfortunately, AppCode (our IDE for iOS development) is not supported on Linux since it heavily relies on Xcode toolchain (so, available on macOS only).

There is a combination of CLion IDE + Swift plugin which is available on Linux but there is no ability to develop and test GUI there (since iOS simulators and other components required for that are unavailable on Linux). You need a Mac (or a VM) with macOS installed to be able to do that.

请先登录再写评论。