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 Build a Photo Browser iPhone App UIKit Dynamics Extra Credit

Stephen Hancocks
Stephen Hancocks
9,271 Points

Issues opening PhotoBombers for extra credit

I'm getting 2 errors when I open the photobombers app after downloading the zip file to work on the extra credit.

The errors get are as follows Pods-ReactiveCocoa UIStepper+RACSignalSupport.m Lexical or Preprocessor issue
'UIStepper+RACSignalSupport.h' file not found

UISwitch+RACSignalSupport.m Lexical or Preprocessor issue
'UISwitch+RACSignalSupport.h' file not found

Does anyone know how I can rectify this?

Thanks

1 Answer

Stone Preston
Stone Preston
42,016 Points

is there a podfile included in the zip file? if so you need to navigate to where the pod file is located in terminal and then run the pod command. sounds like its missing that library

Stephen Hancocks
Stephen Hancocks
9,271 Points

Thanks Stone. I watched the iOS tools video and I'm all sorted. Best answer kudos.