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 trialStephen Hancocks
9,271 PointsIssues 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
42,016 Pointsis 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
9,271 PointsStephen Hancocks
9,271 PointsThanks Stone. I watched the iOS tools video and I'm all sorted. Best answer kudos.