Can I run Xcode on a window machine [duplicate] - iphone

This question already has answers here:
How can I develop for iPhone using a Windows development machine?
(42 answers)
Closed 9 years ago.
I'm new to iPhone programming. Can I run Xcode on windows system? Is it possible to build an iPhone app on windows pc?

No. Xcode only runs on Mac OS X. You'll need to buy a Mac - and a recent one too, because the latest version of Xcode only runs on 10.8 now.
You can use platforms like Monotouch and Unity to develop on Windows, but you'll still need a Mac for simulation/testing and deployment.

Related

XCode installed software on windows 7? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Why isn’t there Xcode for Windows?
I want to use the software XCode for iPhone development.
I do not have mac computer, is there a way to do this on windows7?
You can boot Mac OSX on Windows OS system using dual boot option, please refere this link.

How to install XCODE in windows 7 platform? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I develop for iPhone using a Windows development machine?
Can you tell me how to install Xcode in windows 7 .... Or there is any other way to develop Iphone app on windows 7 ???
X-code is primarily made for OS-X or iPhone development on Mac systems. Versions for Windows are not available. However this might help!
There is no way to get Xcode on Windows; however you can use a different SDK like Corona instead although it will not use Objective-C (I believe it uses Lua). I have however heard that it is horrible to use.
Source: classroomm.com

How could I program Iphone app on window 7? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
How can I develop for iPhone using a Windows development machine?
I want to write an application for Iphone but I don't have a Mac machine. Ussually, I setup a Hackintos on my laptop to do this. Can we do this directly on window environment? which tools?
Thanks for your help!
No, you cannot do this directly from Windows. Get a mac mini.
By Apple's definition, this is impossible. They 'require' you to use a macintosh, however, you can install VMWare on your Windows machine to run Mac OSX. That should work, however I recommend you just buy a cheap Mac (used, maybe Mac Mini).

Iphone/Ipad apps development on a normal PC with mac OS [duplicate]

This question already exists:
Closed 10 years ago.
Possible Duplicate:
iPhone development on Windows
I've got a standard windows machine, if I duel boot it with mac OS Lion or whatever is newest. Will I be able to develop apps and fully use the enviorments if I dont use an original mac machine ?
No.
I think there is no chance to install Mac OS on a non-Mac Hardware except Mac OS 10.7+. Mac OS 10.7+ is runnable in Virtual Machines. But it is very slow and often crashes. So absolutely no environment to develop (although Xcode would run in the VM).
My tip: Buy a second-hand MacBook.

Building and versioning on Iphone [duplicate]

This question already has answers here:
Base versus Active versus Deployment target
(4 answers)
Closed 7 years ago.
I created an app long time ago using the last SDK on Mac Leopard, I upgrade to Snow Leopard and so now I use the new SDK and can build app for Iphone 3.1.3, I've got a problem now because I can't build my app on my OS Iphone device 3.1 or 3.1.2
How can I change it and allow my app to aso build in older version beginning to 3.1 ?
Thanks
Clean all Targets worked for me. ;)