关于xcode中使用图标
- 先确认文件正常,需要为1024*1024,无透明通道;
- 文件的位置在项目的 xxx -> appxxx -> Resources -> Assets,基本应该有AppIcon;
- 选中项目, 在TARGETS中的appxxx中,查看General,其中的App Icons and Launch Screen中,需要选中对应的图标集;在Build Phases中,查看Copy Bundle Resources项,需要有LaunchScreen.storyboard,还需要有这个图标文件,需要复制到资源中:Assets.xcassets
- 重新编译