Thank you for the prompt reply and excellent directions. I have copied below information from
- the debug breakpoint,
- the error message, and
- below that all other debug information (just in case it helps).
I'm new to Xcode and appreciate your help.
Regards,
Mike
Debug Breakpoint
#12
0x000000010ee03fb7 in main at /Users/MacBells 1/Documents/AISB/Programming/Swift/01 App Development Curriculum/16_QuestionBot2/ChatBot/ChatBot/AppDelegate.swift:4
Error message on line 3 where class is declared says "Thread 1: signal SIGABRT"
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
}
All information from Debug Navigator.
Thread 1 Queue : com.apple.main-thread (serial)
#0 0x00000001149d2e3e in __pthread_kill ()
#1 0x0000000114a0c150 in pthread_kill ()
#2 0x000000011468d0eb in abort ()
#3 0x000000011441f91f in abort_message ()
#4 0x000000011441fabb in default_terminate_handler() ()
#5 0x000000010f7291be in _objc_terminate() ()
#6 0x000000011443b159 in std::__terminate(void (*)()) ()
#7 0x000000011443ae0a in __cxa_rethrow ()
#8 0x000000010f7290dc in objc_exception_rethrow ()
#9 0x00000001133a2909 in CFRunLoopRunSpecific ()
#10 0x0000000115ba89c6 in GSEventRunModal ()
#11 0x000000010ffc55d6 in UIApplicationMain ()
#12 0x000000010ee03fb7 in main at /Users/MacBells 1/Documents/AISB/Programming/Swift/01 App Development Curriculum/16_QuestionBot2/ChatBot/ChatBot/AppDelegate.swift:4
#13 0x00000001145bad81 in start ()
Thread 5com.apple.uikit.eventfetch-thread (6)Thread 9