• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ios application development on windows7

 
Greenhorn
Posts: 19
Android Mac OS X Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,I have a windows pc 64-bit with windows 7 os .I am new to ios app development.The major hurdle I am facing is development environment.I have mac os x mountaion lion .iso file.I tried it on vmware workstation 6 but it didn't work.I want to develop ios apps using my current pc.Suggest me good solution.Thanks in advance..
 
Bartender
Posts: 1359
39
IBM DB2 Netbeans IDE Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know, it's illegal to run Mac OS on VMWare, but I may be wrong. So said, times ago I tried to study objective C, but soon I realized that such language
is worth to be used only on a Mac OS system. There's something you may do with gcc support for objective C and COCOA porting, but believe me, there are eons
passing between using Xcode and such "surrogates".
My opinion: if you need working with iOS, you need iOS. No workarounds.
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

My opinion: if you need working with iOS, you need iOS. No workarounds.


I agree, except that you'd need OS X to run XCode, not iOS. Software development is so resource-intensive that I wouldn't want to do it on a virtual machine.
 
dinnu goud
Greenhorn
Posts: 19
Android Mac OS X Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for your reply ulf and claude.
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can get used or refurb entry-level Macs on ebay for pretty cheap. Just be sure that whatever you buy can run at least Mountain Lion, and preferably Mavericks.
 
Author
Posts: 71
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually Codename One doesn't require a Mac and allows you to build iOS apps legally.
We do this by hosting Macs in the cloud to do the Java to C/Objective-C translation for you from the bytecode.

Notice you will need a Mac to generate the P12 certificate (once a year) and to upload to the store, both of these can be achieved via Mac In Cloud though.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic