Is anyone able to build the Lister sample project?

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?

When I opened the proejct in Xcode 7, it immediately asked if I wanted to update to Swift 2 syntax, and that went pretty well, but there were still some issues I am still going through.


This code, at least the Swift version, doesn't look great. Looks kind of haphazard and there's no comments in the code.

Hey TungstenT.


I got it to run after the same steps you took. I had to change the iCloud Document Storage to App Groups also. (This is probably not related to your issue)


Possibly obvious question, did you try a 'Clean'?


My issue is getting the UI tests to run as they did in the WWDC15 videos :-( ('Cookies' keep getting adding to the list as 'can')


Cheers,

Mark

I closely followed the instructions provided in the PDF that came with the sample code and also experienced the same error. For me, I was able to finally build and run by changing the code signing identity found on the Build Settings tab for the ListerKit(watchOS) target. It was orginally set to "iOS Developer. I changed it to "IOS Development: William DeWeese (xxxxxxxx)" for each item under debug and release and then it worked. Changing it back to iOS Developer causes the error to reappear.


Hope this works for you too.

I can't get it to build either. It can't find correct provisioning profiles to build Today widget (when I'm only trying to build the iOS app to work the UI testing demo).


If I delete the Today project, I get "UIApplicationShortcutItem undefined".


Why is Apple Dev support giving us sample source code in such a monster, unbuildable project?

Re-downloading and rebuilding (following instructions to letter) I still end up in same spot.


Today widget can't find a profile for "com.mycompany.Lister.Lister".


When I try to create an app id for "com.mycompany.Lister.Lister" portal tells me one already exists, yet I can't see one.

If I turn off iCloud and App Groups for Lister Today Project, I get the use of undeclared type 'UIApplicationShortcutItem" error in AppDelegate.

Is anyone able to build the Lister sample project?
 
 
Q