Thursday, September 8, 2011

iOS Build Environment by Pierre-Marie Baty

I was thinking about getting a mac until I found this: PMBaty - iOS Build Environment . It is unbelievable! I can create iOS Apps on windows. It really works. Even though the official sdk has interface builder and other things, this is actually pretty awesome. You can download an evaluation version from the link above. If you want to develop iOS Apps but can't afford a mac, this is your ticket. Basically, you create an iOS project using the   
Project Creation Wizard
Then it opens Visual Studio 2010 (It also works with Visual C++ Express 2010) and lets you code your app in objective c. Now launch the iOS Build Environment (Note: You don't have to compile your app in the iOS Build Environment. Just press F7 to compile from visual studio.)


Then just type "cd YourProject" and type make! All done. It creates an .deb, .app, and a .ipa file. It is a really good application. So Check it out: iOS Build Environment for Windows by Pierre-Marie Baty . It is available for $40 ($60 less than the iOS Developer Program)! Leave a comment below and tell me what you think.

If you have any problems or questions, send an email to:

1 comments:

  1. Hi, i tryed your tool. It seems to work fine but i get the following error:
    error MSB3073
    error MSB3073

    What should be the problem?
    Thank you for your time.

    Claudio

    ReplyDelete