Closed Rjmaurya13 closed 4 years ago
The framework can not import in swift project. It says cannot find import module.
This is because of Xcode 10 and UIWindowScene introduced in iOS 13. I fixed by replacing code with windowsToChange = [(UIApplication.shared.windows.filter {$0.isKeyWindow}.first,"Main")]
The framework can not import in swift project. It says cannot find import module.