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 trialmaq
1,297 PointsCan someone please help me fix this error: Code Sign error: No code signing identities found: No valid signing identitie
Below is the copied error and I can't get it to go away. I'm not trying to deploy an app but am just following along with the courses on this site.
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “(null)” were found. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'
1 Answer
Gabe Nadel
Treehouse Guest TeacherWhen does this happen, when you are building to a device or your simulator? Would you mind including a screenshot of your XCode in this state and also one showing your General and Info screens? (You can do this by clicking on the project in your left hand panel, then clicking the General and Info menu items in the center panel.
maq
1,297 Pointsmaq
1,297 PointsThank you for the reply. I realized that I was trying to build to a device and should have selected the simulator. :-/
Gabe Nadel
Treehouse Guest TeacherGabe Nadel
Treehouse Guest TeacherNo sweat, it's how we all learn this stuff! Hopefully your question will help someone else in the future.