0

I'm developing an app on a 64-bit machine with Lion and Xcode 4.2. I'm not doing anything special with the 64bit environment or lion specifically and would like this app to run on 32bit Snow Leopard machines. Can I do this? If so, what specifically do I set in the build settings?

I've looked all over the internet and cannot find a simple "yes, here's how..." or a "no, it isn't possible"

Thanks

Aaron Bratcher
  • 6,051
  • 2
  • 39
  • 70

1 Answers1

0

The simple answer to the situation above: NO

Because the program was using ARC and that is limited to 64 bit releases only.

Aaron Bratcher
  • 6,051
  • 2
  • 39
  • 70