19

I'm a developer of Android applications and a java programmer. I'm learning IOS programming but I don't have mac OS; I use Ubuntu.

I want way to program IOS apps in Ubuntu without using a virtual machine (in vmware or VirtualBox) And without MacOS.

Can I do that in Ubuntu?

Zanna
  • 72,471

1 Answers1

27

Unfortunately, you have to have Xcode installed on your machine and that's not possible on Ubuntu.

I have been looking for that for a while and I find these answers to be very informative (read them in order):

  1. Can you run xcode in Linux?

  2. How do I install Xcode on Ubuntu?

  3. Can I install xcode in Ubuntu?

Zanna
  • 72,471
  • 4
    If your answer is essentially a referral to another question, it would be better to flag this question as a duplicate of the other once you earned 15 reputation. If you have the reputation, don't forget to vote for the answer(s) there that you found useful! – Melebius Aug 28 '18 at 12:16
  • Thank you so much for clarification. I'll follow that from now on. – Mostafa Medhat Aug 28 '18 at 12:40
  • 4
    @Melebius, I upvoted his answer because it is very clear, and you don't have to read any more posts. So for me, it is a good answer and he deserves more than 15 reputation for it. – Nulik Oct 20 '18 at 14:44
  • Thank you @Nulik for your words. I hope I always be concise and explicit as much as possible. – Mostafa Medhat Oct 26 '18 at 06:41