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 Objective-C Basics (Retired) Functional Programming in C Functions

Jonathan Carter
Jonathan Carter
1,582 Points

Test Errors when looking at Preview

I'm getting this error message when I preview my work on the challenge for functions

" use of undeclared identifier 'cc_test_index' fprintf(stderr, "[[CCENGINE 317306af-5321-47da-9e6f-0ebbfdc7b4e8 fail:%d:%s]]\n", cc_test_index, [hint UTF8String]); ^ 5 errors generated.

"

It seems to be causing an issue with the tests written to see if this code challenge was completed correctly.

Rodrigo Chousal
Rodrigo Chousal
16,009 Points

Could you post the code you're using?