Provisioning profile doesn't support the Wireless Accessory Configuration capability

Lie-An picture Lie-An · Jul 19, 2016 · Viewed 17.4k times · Source

After upgrading from Xcode 7.3 to Xcode 8, I'm getting an error:

Provisioning profile "iOS Team Provisioning Profile: *" doesn't support the Wireless Accessory Configuration capability.

May I know how to resolve this?

Answer

arturdev picture arturdev · Sep 26, 2016

You should enable it in apple's developer portal.
Go to "App IDs" and edit your app.
Check the Wireless Accessory Configuration checkbox.
Cick Done

enter image description here

Now just regenerate your provisioning profile and rebuild/archive using newly generated profile.