Wednesday, September 21, 2016

Code signing is required for product type 'WatchKit App' in SDK

The error above appeared after updating to Xcode 8.  Everything built fine before, but now it built with the error:

WatchKit App requires a provisioning profile. Select a provisioning profile for the "Debug" build configuration in the project editor
Code signing is required for product type 'WatchKit App' in SDK 'iOS 10.0'

The solution is to make sure "Automatically managed signing" is checked for each target in the General tab.  If it is already checked, uncheck it and re-check it.

No comments:

Post a Comment