how do i fix this?
You should have, for AppDelegate class:
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
If already there, check AppDelegate is part of Target.
Show your AppDelegate file to confirm.
More details here if needed: