shu223 / watchOS-2-Sampler

Code examples for new features of watchOS 2.
MIT License
1.08k stars 140 forks source link

Failed to code sign "watchOS2Sampler WatchKit Extension" #9

Open Jirka1111 opened 9 years ago

Jirka1111 commented 9 years ago

No valid signing identities (i.e. certificate and private key pair) matching the team ID “9Z86A4AWDE” were found.

Do you have any solution?

Jirka1111 commented 9 years ago

Just another question, is accelerometer really accessible? Because I use the same code and values are still x=0, y=0, z=-1 (average values, for example x=0.008654). Even when I move with watches, values are still the same.

songliao-branch commented 9 years ago

Have the same problem, anyone solved it?

tomgekeerd commented 9 years ago

First of all, out of my experience, accelerometer data is pretty slow on Apple Watch (could be faster probably, but only tested it fast). And second, you probably need to replace the "%.f" to "%f" and then you'l get full numbers.