I started an Xcode project in 3.1 using Leopard. Then I took this project home to work on it over the weekend. At home, I have Xcode 3.2 on Snow Leopard. Since then, I have switched many times between developing this project on Leopard/3.1 and Snow Leopard/3.2. The project compiles fine on either setup. But, if I build on 3.1 (in release mode), the executable will not run in Snow Leopard. And If I build in 3.2, the executable will not run in Leopard.
My project settings are for 32-bit universal, base SDK 10.5, and the Release mode.
Any ideas?