can't remove splash screen image in iOS Simulator

柔情痞子 提交于 2019-12-01 04:06:05

Clean the project (in xcode :-) ), remove any installed version of your app on the simulator (if you want, reset the simulator, it will be more efficient), go into the finder and with a rightclick on your xcode project, open the package and check if there are no included source file into it (.m, .h, resources, ...), including your image. If there are, move them out and update the needed one into your project. Then clean your project again in xcode, build, run.

Does this work ?

in xcode you need to do a build clean, then delete the app from the simulator, then build and run.

Yunus Nedim Mehel

See Xcode- Deleted images appear in simulator. You can also try removing the app from your simulator and running it again.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!