rolfchopper

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: How to debug signal SIGABRT #295
    rolfchopper
    Participant

    To be a bit more specific I’m using the Kindle app and copying/pasting from it. It always adds a space before filenames ie:

    birdImageName = @” bird_small.png”;

    The above will break the app, the correct syntax is:

    birdImageName = @”bird_small.png”;

    in reply to: How to debug signal SIGABRT #294
    rolfchopper
    Participant

    I found the error by adding the all exception breakpoint. I also read both of Ray’s posts, which were a bit above my head in areas but super helpful. So thank you!

    For anyone interested – I’ve been copying and pasting code from the book, which is resulting in odd line breaks and spaces. This was causing errors.

    Thanks for the help!

Viewing 2 posts - 1 through 2 (of 2 total)