iOS launch screen does not update

前端 未结 8 1950
独厮守ぢ
独厮守ぢ 2021-01-04 06:27

I\'ve updated launch screen on an enterprise app, but it won\'t update when installed on an iPad with the existing app. I\'ve tried completely deleting the app before instal

相关标签:
8条回答
  • 2021-01-04 07:28

    Simulators and iPhone caches the launch images. this can help you 1>Clear the derived data under your developer/xcode folder 2>reset the device by pressing home button and lock button at same time 3>Push your code to device and it will work, if this doesnt work then creat ipa file and install using itunes after resetting the device and it will show the new launch images

    0 讨论(0)
  • 2021-01-04 07:29

    Just delete app from simulated iPhone home screen.

    On iPhone 11 Max version 2-finger click and drag up from outer margin of the iPhone which will bring you to the home screen and exit your simulated app.

    Then 2-finger click and hold your app, delete app and close simulator.

    Open Xcode and click play button to run your simulation and the launch screen should be updated.

    P.S. Deleting Xcode cache and derived data couldn't hurt.

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