-2

I'm trying to set up the environment for installing an iOS App developed by Delphi XE7. The thing is my Mac OS X is the version 10.6.8 and the higgest Xcode I can install is the 3.2. Is it possible to work with such scenario?

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
user2210837
  • 95
  • 1
  • 3
  • 14

1 Answers1

3

The documentation answers your question

Requirements for Developing iOS Applications

  • PC running Windows connected to an Intel-based Mac, or a Mac running Windows in a VM, with 2 GB RAM or more.
  • The Mac must run OS X 10.9 or 10.8, with the latest version of Xcode that supports iOS 7 or iOS 8.
  • An Apple Developer account is required to deploy iOS apps to physical devices.
  • Platform Assistant server (paserver) installed on the Mac:

emphasis mine.

J...
  • 30,968
  • 6
  • 66
  • 143
  • Thanks, i knew it already. I just wanted to avoid to buy a new Mac for developing with delphi xe7. I installed vmware fusion and virtualize a Mac os 10.8 with xcode and Paserver and everything is working perfectly. – user2210837 Jan 28 '15 at 09:02