Iphone, ipad, IOS Development on Windows Operating System – part 1
This is a research work, I’m working on, thus can be continued for a few months or more. Thus, I’ve divided this research work in steps. Hence this can be closed in a bunch of posts and for readers convenience -part-n is suffixed to each post. So, here we go……..
I appriciate all the technologies. So, I don’t want to hurt Intelligent Iphone/IOS Developers, gathering things and set them to make windows environment compatible for iphone/IOS development. I don’t want to let your smart Iphone and slim/sexy Macbook’s or yours repo down. This is just a research work, possibly may not be achieved. So, please don’t take it to heart….
![]()
Before I move, I would like to make it sure, I am not alone, working to achieve this goal. I found a few more open source solutions providers and developers like me, putting their efforts to achieve the same goal.
In the last a few months, I googled a lot, test a few compliers that claims to be useful to write Objective-C programming. As the process to achieve this is somewhat tedious, we can’t achieve all the things for IOS development via single software application or trick. Thus, we move step by step..
First of all.. consider the main equipment required to develop iphone/ipad/IOS application is MAC systems/MAC OS, What we don’t have.. we have windows PC as our main target is to develop IOS application on windows. Well, I am using windows 7, thus all the testing will be done on this operating system.
—- Added Feb 4 2012Besides, we must understand the actual flow, comes in existence when we run or compile a bunch of lines or a program written in any programming language. In that case we do something like this:
- Write code in any IDE i.e. notepad etc.
- Run the code using compiler
- output comes on console.
Thats it..
So, If are able to achieve above three mentioned steps for Objective-c in windows. we are half done then.
Let’s move to next step and find out the ways to run Objective-c in windows environment.
error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level Iphone, ipad, IOS Development on Windows Operating System – part 2 – executing Objective-c programming in windows