steventroughtonsmith/SpriteKitWatchFace

QOL Suggestion:

Closed this issue ยท 12 comments

You should remove your Team and Bundle ID in the master-branch to avoid conflicts and compiling for first time users or newbies.

You should remove your Team and Bundle ID in the master-branch to avoid conflicts and compiling for first time users or newbies.

Hello, im a newbie, if you have sometime, can you explain me how do exactly do that ? Cause I can't run the project on my phone, because of that ! Thanks you ! ^^

Not sure how to get this to build. Here is the error message:

> ๐Ÿ‘Ž No account for team "2ZDN69KUUV". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials. (in target 'SpriteKitWatchFace WatchKit Extension')

Any ideas?

Ok basically all you need to do is go to the Xcode project settings; you need to change the Team from his AppleID to your AppleID and also for the WatchKit app and SprikeKit extension.

I seem to be getting this error. error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.xxx.SpriteKitWatchFace.watchkitapp". Verify that the value of WKAppBundleIdentifier in your WatchKit Extension's Info.plist matches the value of CFBundleIdentifier in your WatchKit App's Info.plist.

Put your BundleID in
com.(YourBundleTEamNameWithOutParenthesis).SpriteKitWatchFace.watchkitapp

I get this :

WatchKit 2.0 app's bundle ID com.MathieuD.SpriteKitWatchFace.watchkitapp is not prefixed by the parent app's bundle ID followed by a '.'; expected prefix com.MathieuD.SpriteKitWatchFace.watchkitapp.

I wish someone would make a video that shows the steps to get this on a watch.

thanks for your WatchFacekitapp. how to select Square dial ๏ผŸ just like Apple Hermes .

Closed: Inactive thread, appears issue may have been solved as people have posted resources.

Not sure how to get this to build. Here is the error message:

> ๐Ÿ‘Ž No account for team "2ZDN69KUUV". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials. (in target 'SpriteKitWatchFace WatchKit Extension')

Any ideas?

i am getting a similar error on another @steventroughtonsmith repository (shortcuts-macosx) and am not sure how to solve it.

@iRayanKhan I fully agree with your issue and it should be re-opened. Steve has done this with other repositories too, where the Team, BundleID and stuff needs to be fixed before you can even start doing anything. If you don't know what they are, you just get cryptic errors and there's no documentation to speak of to actually fix these issues.