Kodeco Forums

Video Tutorial: Table Views in iOS Part 9: Accessory Views

Learn how to add accessory views to your table views.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3300-table-views-in-ios/lessons/10

Hi Brian, I used your starter project and the build is failing with:

Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.

I just followed your tutorial (which is great) and didn’t mess with any of that stuff. Is there some way I can fix this?

Thanks!

This sounds like a provisioning issue. Are you trying to deploy this to a device? Whenever I run into these types of issues I always check my deployment target as often times, I find myself trying to deploy a device as opposed to running in the simulator.