Hello all,
i am trying to run a sample code from this link
https://github.com/iElmo/json5
Following this tutorial
but when i run the project i get an error
"Thread 1: Signal SIGABRT"
and i tried to debug and this line
NSData *data = [NSData dataWithContentsOfURL:url];
ends up with empty result of the variable data
data NSData * 0x00000000
could anyone help in this please
i am trying to run a sample code from this link
https://github.com/iElmo/json5
Following this tutorial
but when i run the project i get an error
"Thread 1: Signal SIGABRT"
and i tried to debug and this line
NSData *data = [NSData dataWithContentsOfURL:url];
ends up with empty result of the variable data
data NSData * 0x00000000
could anyone help in this please
Last edited by a moderator: