Closed rusher-R closed 6 years ago
@huri000 Thank you very much, after switch to 0.7.2, the problem has been solved
After switch to 0.7.2, it will cause the problem below. In 0.6.0 version,it's used normally
You use Xcode 10, right? What is the target Swift version?
@huri000 Xcode 10, Swift4.0
@huri000 iOS12
Hi, I've managed to reproduce the crash after lots of playing around with the Swift version and the installed pod version.
But, pod deintegrate
and pod install
fix the issue and all goes back to normal. I think it happened because of something that went wrong during the build process / moving from 0.6.0 to 0.7.2 which adjusted to Xcode 10 new build system.
Could you please try what I suggested above and let me know? Thanks!
@huri000 After reload pods, It seems everything successfully! Thank you for your solution.
Glad I could help! 🎉 I’m cosing the issue now.
Describe the bug
attributes.windowLevel = .custom(level: lastWindow.windowLevel + 1)
This will cause error, I have to rollback to 0.6.0 version