代码签署Apple Watch

The*_*per 7 iphone ios apple-watch

我为我的iOS应用程序编写了一个Apple Watch应用程序.Watch,Watch Extension和iOS应用程序具有不同的bundleID.我想通过Fabric将我的应用程序发送给测试人员但是由于代码签名问题我无法归档我的应用程序.我无法解决问题.

***Watch has conflicting provisioning settings. ***Watch is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.
Code signing is required for product type 'WatchKit App' in SDK 'watchOS 3.0'
Run Code Online (Sandbox Code Playgroud)

是否有任何文件清楚地解释了代码签名的工作原理?我该如何解决签名问题?

Cha*_*man 4

为了解决这个问题,我进入了每个失败的目标并选择了“常规”选项卡,然后取消选中并重新选中“自动管理签名”。

然后我重新选择了正确的团队,一切顺利。希望这对其他人有帮助。