i have installed new Xcode 4.2 with ios 5.0 beta . Now I have open my old applications and change targate to Latest 5.0 build for simulator.
Now when I try to run this project in Xcode 3.2.5 in other Mac is crash in starting all time.
I think this is because of Architectures Armv7.
Is there any way that I can Make application which run in all versions of Xcode.
You can’t target 5.0 from anything before XCode 4.2. You need to change it to target a version that XCode 3.2.5 recognizes, like 4.0 or 4.3.2.