Build程序时,出现一个warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'

Build程序时,出现一个warning: building with ‘Targeted Device Family’ set to iPhone only (‘1’) not supported with SDK ‘Device - iPhone OS 3.2’。 警告中的“1”,表示程序是iPhone/iTouch的程序。 最后解决方法是:编辑项目设置, 1、将“Base SDK”设置为:“iPhone SDK 4.0” 2、将“iPhone OS Deployment Target”设置为“iOS 3.1.3” 可以查看此文章:iPhone SDK Release Notes for iOS 3.2

2010年8月26日 · 1 分钟 · zgia

iPhone程序的Splash图片

做一个全屏的png图片,名称为:Default.png,复制到项目目录。运行程序,这个图片先显示,知道程序完全加载。

2010年8月20日 · 1 分钟 · zgia