Search code examples
iosobjective-cxcodewatchkit

WatchKit - Do i need to register Apple Watch app in developer center?


I have an iPhone app, which was already registered in the apple dev center.

In the project target I've added an Apple Watch app.

But when I'm running the app from Xcode on actual device it says:

You have a valid iOS Development certificate in the Member Center, but
it is not installed locally. If your signing identity is installed on
another Mac, you can export a developer profile on that Mac and import
it on this Mac. You can also revoke your current certificate and
request a new one.

My current exported certificate doesn't allow usage of both iPhone and Watch apps. What do i do?

Thank you guys !


Solution

  • This should help.

    https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html
    

    Looks like you haven't downloaded the certificate to your machine...

    Also need to register your Watch with Xcode.