views:

12

answers:

0

Hello all i have an xcode project built from sdk 3.2.2 for ipad and iPhone. I have sdk 3.2.3. in my system when i run that project in 3.2 configuration the app launches in iPhone mode. While it should have launched in iPad mode. By analyzing the classes i came to know that there is only one appDelegate while in 3.2.3 in the universal app template there are two appDelegates classes one for iPhone and one for iPad. Does anyone else face this problem and dos someone knows a way to fix this?