1. Application scenarios
Xcode has been updated to 11.0, there is a new SceneDelegate file in the new project, sometimes there is a black screen, the solution is as follows:
2. Solutions:
- delete
SceneDelegate
file
- Deleting proxy methods
- add
window
- delete
info.plist
In the fileApplication Scene Mainfest
file
- Add the window
RootViewController
Can be