-3

I have 2 questions. 1. I keep getting signal SIGABRT and I don't know the issue. There questions didn't help. Project below! 2. When I get data from a website(mine) how would I display it in my table? Thanks.

Download: https://ufile.io/2sso0

  • 2
    Instead of putting up a download link for your project just paste in here. Nobody wants to download some file from an unknown person. Also, showing the full error would be helpful. – creeperspeak Jan 10 '18 at 00:08
  • Then how do I paste the storyboard stuff?(UI, View Controllers, etc.) – Harrison L0rd Jan 10 '18 at 00:13
  • Just include the relevant code. We don't need to see your entire project - just the part that is crashing, and the context around that line. – creeperspeak Jan 10 '18 at 00:16

1 Answers1

0

The issue you get is when something isn't hooked up properly, like an outlet. Do you have some sort of outlet that you're not 100% sure works? If so, delete and add it again. Also something that I do a lot when I get this issue is to right click(two finger click) on the yellow circle on your view controller. Then if there's a yellow triangle, I click on the x and delete it. That fixes it for me.

J Derbs
  • 153
  • 14
  • it give me an error. "Couldn't compile connection: property=anchorView destination=>" – Harrison L0rd Jan 10 '18 at 00:12
  • When you tried to double click on the view controller? – J Derbs Jan 10 '18 at 00:27
  • There were 2 yellow triangles, i deleted them and got that error. – Harrison L0rd Jan 10 '18 at 00:29
  • If you google the topic there are other people that have had this and they will probably be able to offer more suggestions. That's all I can think of - but try this link: https://stackoverflow.com/questions/23005369/popover-segue-not-working – J Derbs Jan 10 '18 at 01:16