This question already has answers here:
Closed 11 years ago.
Possible Duplicates:
iPhone development on Windows
Alternatives For iOS Development Under Windows
hi there, any way to build iOS apps only with windows or linux?
i know there are some ways to get mac os started on a VM, but i mean only on win/linux.
i know there is some plattform like phonegap, but there you need a mac to build your apps too.
any other ways?
There are some alternatives, but afaik there are no ways for pure obj-c/cocoa development. See here:
Alternatives For iOS Development Under Windows
Related
This question already has answers here:
How can I develop for iPhone using a Windows development machine?
(42 answers)
Closed 7 years ago.
I want to develop ios apps but I don't have Mac system, I heard that we can develop without using Mac. Is that true? If so please tell me how to do that as I want to become iOS developer
In fact is required a MacOS to develop for iOS (Objective-C or Swift).
Three possible alternatives:
1- Develop using Xamarin (Programming in C#, but it converts to iOS and Android).
2- Develop with Titanium (Programming in JavaScript, also converts to iOS and Android)
3- Make a Hackintosh on your PC to run MacOS (You must have a MacOS license but Apple doesn't give any support in this case.
But as hint of a developer I would say that the best alternative is to develop with a Mac. You can find old machines on the market to start, even older machines perform very well.
This question already has answers here:
How can I develop for iPhone using a Windows development machine?
(42 answers)
Closed 8 years ago.
This might be repeated question, but i am not able understand those answers or it old post?
I am having a windows meachine, how to develop a iphone app and test that in simulator?
Is there any IDE or tools which can be install/work in Windows?
No, you can't, you need a machine with OSX in order to compile Objective-C, so unless you run a virtual machine or install OSX in your computer, you can't.
You can create an App using Appcelerator, Xamarin, etc, but it won't be native Objective-C.
Find a more extended answer here:
How can I develop for iPhone using a Windows development machine?
This question already has answers here:
How can I develop for iPhone using a Windows development machine?
(42 answers)
Developing iOS app on Windows [closed]
(2 answers)
Closed 9 years ago.
I don't know if this is the correct forum to post this on but I'll just do it. I want to make IOS apps on windows. I know that I could install a VM but my processor is not compatible with OSX. This is a pretty simple question that may have a complex answer. Thanks in advance.
No, Apple don't make this very easy at all. They actually want you to buy a Mac.
The development software they use for iOS development doesn't run on non-Mac boxes. You may be able to get it running technically (such as on a Hackintosh) but you'll be violating the OSX licence agreement.
This question already has answers here:
Develop iPhone app without a Mac? [duplicate]
(10 answers)
Closed 9 years ago.
I want to create a mobile application for iPhone in Objective-C. The app should be equipped with a graphical user interface.
The problem is that I don't have a Mac computer so I have no access to the Xcode environment.
Is there any possibility to build my project with an online service (for example on a virtual server, remote control etc.) or can I use tools completely under Windows?
VirtualMacOSX.com have an offer for xCode development, from (as of now) $10 a month.
I am sure others have too.
Although not optimal you can run mac osx on vmware (on your windows machine), then install xcode on that. I did this for a while until I decided to bite the bullet and I bought a mac
Unfortunately there is no good way to do it, anyway you will need access to Mac computer (remote or physical, no difference).
This question already exists:
Closed 11 years ago.
Possible Duplicate:
iPhone development on Windows
Obviously i don't have a Mac machine. But i want do develop iOS apps on my windows OS. Also my pc doesn't support virtualization.
Is there any possible way of running xcode on windows?
No. There is no supported or legal way to do so. You'll need to buy a Mac laptop or desktop for iOS development.
The development tools for Windows Phone are free (and Android as well) and both work on Windows. :)
Sorry but Xcode is just for Mac. And you are not allowed to virtualize Mac OS X on a Windows computer, it that was what you thought about.
The thing you can do is programming web applications for iPhone, that can be used in Safari. You have a lot of JS functions, JS API, to work with and you can develop it on Windows.