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 trialVon Chucwuemeca
4,746 PointsI get 2 errors when I plug in my phone.
I get 2 errors when I plug in my phone.
- Failed to create provisioning profile.
- No profiles for 'com.sambuno.hope'
However I have performed the steps. Please any help would be appreciated. Thank you.
Here is the screenshot: https://goo.gl/x0oxPU
2 Answers
robertjacquez
8,711 PointsOn the bar where you manage your schemes. (To the right of the run/play button) Make sure the iOS device you connected to the Mac is selected as the device and not a simulator.
Christian Mitton
13,099 PointsThis was my issue, it wasn't selected to my phone, thanks
Seth Roope
6,471 PointsIf you look at your "bundle identifier" under "Identity" you might need to change that. I believe what it is saying is that you are not using a unique string as your identifier. At least that is what was going on in my case which was throwing the same exact error. Good luck.
Jesse Gay
Full Stack JavaScript Techdegree Student 14,045 PointsI had the same problem. I changed the Bundle Identifier to com.teamtreehouse.JessesFunFacts (i.e. I added my name in front of FunFacts), clicked "Try Again", and it accepted it.
Seth Roope
6,471 PointsSeth Roope
6,471 PointsEver figure this out? I am having the same issue...