You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have received the following error when building WKZombie (Swift Version 4.0 - macOS High Sierra 10.13):
/WKZombie/Renderer.swift:99:47: error: method 'shared' was used as a property; add () to call it
if let window = NSApplication.shared.keyWindow, let view = window.contentView {
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have received the following error when building WKZombie (Swift Version 4.0 - macOS High Sierra 10.13):
/WKZombie/Renderer.swift:99:47: error: method 'shared' was used as a property; add () to call it
if let window = NSApplication.shared.keyWindow, let view = window.contentView {
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: