I have converted app coded in Swift 2.1 to Swift 4.1, and almost all build related issue solved and now when I am going to run it its giving me error as below.
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to instantiate the UIApplication subclass instance. No class named Application is loaded.' *** First throw call stack: ( 0 CoreFoundation 0x000000010ff471e6 __exceptionPreprocess + 294 1 libobjc.A.dylib 0x000000010f5dc031 objc_exception_throw + 48 2 CoreFoundation 0x000000010ff4c472 +[NSException raise:format:arguments:] + 98 3 Foundation 0x000000010a75464f -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 165 4 UIKit 0x000000010aca0306 _UIApplicationMainPreparations + 629 5 UIKit 0x000000010aca0027 UIApplicationMain + 111 6 DeÃÅplacement PeÃÅninsule 0x0000000108486271 main + 401 7 libdyld.dylib 0x0000000114618955 start + 1 8 ??? 0x0000000000000001 0x0 + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException
Actually I have already check, that its using correct Info.plist.