underfined

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:

https://stackoverflow.com/questions/46648834/ld-entry-point-main-undefined-for-architecture-x86-64-xcode-9

underfined
 
 
Q