How do I set up a mailing list assembly for Watchkit?

The watchkit application works fine when I launch it using a lookup profile profile. When I run it with a distribution profile, the Watch application says: Authentication failed . Then I started creating unique Bundle identifiers for each application. Then update the Provisioning Profiles to use the new Bundle identifiers. When I try to build again, it still does not install the watchkit application.

I do not see any logs related to this error in the device window. I tried switching "Skip installation" to none for the target purpose of the watchkit application. Here is a screenshot of the error.

enter image description here

+6
source share
1 answer

Use Xcode 8 where tuning is done automatically and finally lets you stop worrying

0
source

Source: https://habr.com/ru/post/988889/


All Articles