Signal SIGABRT help

Does anyone know how to solve signal SIGABRT , I’ve checked the outlets and connections and they’re all fine .I’m using Xcode 11 beta 5.

Replies

Does anyone know how to solve signal

SIGABRT

The

SIGABRT
signal just means that someone called
abort
. To make progress, you need to work out who did that. To that end, check out the backtrace of the crashing thread.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"