Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JGoose

macrumors member
Original poster
So I'm trying to make my app universal so it can work on Ipad/Iphone, but I keep getting this warning when I build and run on my Ipod. It then shows the Default.png then goes black.

warning: building for deployment target '3.2' should omit the armv6 architecture.

When I try it on the Ipad simulator it works fine, except that it seems to load the IphoneView.xib.


I've googled it and nobody seems to have a solid answer...
 
So I'm trying to make my app universal so it can work on Ipad/Iphone, but I keep getting this warning when I build and run on my Ipod. It then shows the Default.png then goes black.



When I try it on the Ipad simulator it works fine, except that it seems to load the IphoneView.xib.


I've googled it and nobody seems to have a solid answer...

There's nothing wrong with using a base SDK of 3.2, but you need to change your deployment target build setting to 3.1.3 or lower instead of 3.2, under Project:Edit Active Target.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.