Bummer! You have been redirected as the page you requested could not be found.

Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Error Sigabrt whenever run command is initiated to test on device. (Blog Reader app project files fail to run/build)

My personally built app and the lesson example files, both display an error Sigabrt and fail to run/build on the app.

Error: Thread 1: signal SIGABRT

Console: libc++abi.dylib: terminating with uncaught exception of type NSException

2 Answers

Additionally, the error was caused due to insecure access and download of data.

Info.plist must be modified.

Look on the left side of the code in the gutter on the line with the error. There should be a fat, blue arrow. Right click on it, and select 'Delete Breakpoint'.

Thank you for answering, Caleb.

The URL of blog posts data in the example files is incorrect, which was triggering the error.

I had to debug very meticulously in order to resolve this error. Thank you for your support.