huri000/SwiftEntryKit

EKWindow does not appear on the screen in version iOS 13 or later

nExmond opened this issue · 1 comments

Describe the bug
Often the EKWindow does not appear on the screen.

To Reproduce
*It is difficult to describe the steps because they are reproducible stochastically.

iPhone (please complete the following information):

  • Device: iPhone X
  • iOS Version: iOS 15.6.1
  • Xcode Version 13.4.1
  • Dependency Manager Version: CocoaPods 1.11.3
  • SwiftEntryKit Release: 1.2.7

Additional context
Please check the attached screenshot showing the location of the breakpoint.
In iOS13+, if UIWindow.windowScene is nil, it won't show on screen.

Screenshots / Video Links
image

解决了吗