So I downloaded the latest Lister sample code for Xcode 7.0b1. I set up the bundle identifier prefix, the development team, and the provisioning profiles as specified in the PDF that came with the sample code. I then tried to build it, but got the following error:
---
Failed to code sign "ListerKit (watchOS)".
No valid signing identities (i.e. certificate and private key pair) matching the team ID “A93A5CM278” were found.
Xcode can attempt to fix this issue.
---
I don't recognize that team ID, so I'm guessing it's one of Apple's internal accounts. I'd like to change it, except that the General tab, where the setting is normally changed, is not present when I choose the "ListerKit (watchOS)" framework in the project's target list. It is present on the OS X and iOS framework targets.
Is anyone outside of Apple able to build this sample code? If so, then what did you do to get the watchOS framework to build?