Currently working on a graduation project on Swift (beginner) and i have encountered interesting error that i couldn't solve. I made my research but couldn't find anything useful. I am using UITableView
for my project and every tab is similar to each other. Only difference is JSON url. Every page is working well but one page gives signal SIGABRT
error at appdelegate.
Even though i have deleted everything at UIViewController
, it still gives same error so i think its something deep. I admit that because of the similarities of the pages i might copy paste some labels to new View. Probably thats the case i have to deal with but i can't figure it out. I have checked the connections on the last bar at the right side of the panel, everything seems okay.
Edit: Here what it says on console when it crashes. Console Error