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

Parse.com Cocoapods in Xcode 7 for iOS 8.4

I have a project in Xcode 7 using Swift 2.0 that has Parse.com installed using Cocoapods. The current deployment target is set to iOS 9. I would like to set the deployment target to iOS 8.4. If I change it in the project it does not work. Should I edit my Podfile? It is currently the same as below:

link_with 'My App' , 'My Today Widget'

pod 'Parse'