Hey all,
Can I debug a 10.6 project into a 10.5? I have computers at school that are still 10.5 and I need to downgrade it so I can run my program on their computers.
Thanks,,
Kevin
Hey all,
Can I debug a 10.6 project into a 10.5? I have computers at school that are still 10.5 and I need to downgrade it so I can run my program on their computers.
Thanks,,
Kevin
I assume you mean you want to load your Xcode project onto the school computers.
First, are you using any 10.6 specific APIs? If so, you can't run your app on 10.5.
Right click on your project and Get Info. Then check some things:
If those look good, you should be set.
If you build against the 10.6 SDK, you can only run on 10.6 and higher.
If you build against the 10.5 SDK, you can run on 10.5, 10.6 and higher.