1 - I want to use a LaunchScreen.storyboard in my app
2 - In this launch screen I need to insert a brand image in center of the screen
Could anyone help me?
The only workaround that works for me was to add the images outside Images.xcassets folder. After I modified this and rebuilt the app, it worked as expected.
Images.xcassets
The same issue is happening on the iOS 14 or XCode 12.
iOS 14
XCode 12
从Images.xcassets中将图片移出到文件外面,可以重新构建应用即可。这个为题chu