Whenever when I press build, it would give me the SIGABORT sign and goes back to the code. Do I need a usable storyboard view or without it I could see the output in the Debug Area
The code I used was
for (PokemonAbility *theability in items) {
NSLog(@"Number: %@ Name: %@ Generation: %@ Desc: %@",theability.rowid, theability.abilityname, theability.abilitygeneration, theability.abilitydesc);
}
Referenced from: Code Reference