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 trialCaleb Kleveter
Treehouse Moderator 37,862 PointsWhat does this warning mean in Xcode?
When I put in any code into Xcode and click on the run and build button I get a message saying: Developer Tools Access needs to take control of another process for debugging to continue. Type the name and password of a user in the "Developer Tools" group to allow this. What does this mean and what do Ido about it. Thanks.
3 Answers
Andrew Molloy
37,259 PointsOpen the terminal and type "DevToolsSecurity -enable"
Caleb Kleveter
Treehouse Moderator 37,862 PointsI am not sure what the terminal is, can you explain?
Andrew Molloy
37,259 PointsOpen Spotlight (command+space) and type "terminal" to find and load the terminal application.