I can't remove splash screen image in iOS Simulator

前端 未结 3 1447
伪装坚强ぢ
伪装坚强ぢ 2021-01-12 09:03

I am testing my app on SDK iOS Simulator to make sure it runs properly. First of all, I decided to remove a splash screen image because I don\'t think I want one. When I ran

相关标签:
3条回答
  • 2021-01-12 09:29

    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 ?

    0 讨论(0)
  • 2021-01-12 09:31

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

    0 讨论(0)
  • 2021-01-12 09:36

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

    0 讨论(0)
提交回复
热议问题