There's an error in the demo app (AppleAuthHelper.swift) in line 118. ``` ASPresentationAnchor { // Give your window object return appDelegate.window ?? UIWindow() } ``` Use of unresolved identifier 'appDelegate'
There's an error in the demo app (AppleAuthHelper.swift) in line 118.
Use of unresolved identifier 'appDelegate'