Xcode, can't remove “Launch image” from project

前端 未结 5 919
忘掉有多难
忘掉有多难 2020-12-31 14:59

I am playing with my Xcode, following tutorial, learning this stuff. I added an image to \"Launch Images\", rebuilt my project, it showed up.

  • I removed the

5条回答
  •  粉色の甜心
    2020-12-31 15:30

    Navigate to the project folder, go to Resources folder and delete the folders called splash and icon (do this from both from Xcode and Finder). Also delete the app from either the device or the simulator by pressing on it and x-ing it out then go to Product->Clean.

    I know this was very painful, but now you can set the new icons and launch images from Xcode.

    Good luck.

提交回复
热议问题