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
Frank Novello
19,299 PointsObjective-C PhotoBombers SimpleAuth!??
Can anyone please help me with this. I cannot get passed installing the SimpleAuth framework into my Xcode project. I really want to complete the iOS track,
I create the PodFile pod 'SimpleAuth/Instagram'
I added the use frameworks to the podfile and i get a bunch of errors when running the pod created workspace.
Is there anyway to get passed this?
Thomas Skjelstad
11,541 PointsThomas Skjelstad
11,541 Pointsuse_frameworks! is still in Beta. if use_frameworks! is not added to the podfile xcode will not find the header file for simpleauth. But when you do add use_frameworks! xcode complains that a bunch of code has changed in box.swift and mutablebox.swift. these errors can be corrected but then you get 10 new syntax errors in supporting files of the Box folder. Has anyone figured out a solution to this?