18

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?

Lie-An
  • 2,563
  • 3
  • 14
  • 20

4 Answers4

20

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.

Community
  • 1
  • 1
arturdev
  • 10,228
  • 2
  • 34
  • 62
0

1 apply for rights : https://developer.apple.com/contact/network-extension/ 2 check the Wireless Accessory Configuration checkbox in Xcode 3 selected Wireless Accessory Configuration when create Provisioning Profile

-2

enter image description here

Go to the Target -> General -> Signing

Click on Automatically Manage Signing and choose a team Account.

Kanhaiya
  • 239
  • 1
  • 2
  • 8
-2

press command+,
enter Accounts
re Download All Profiles.

  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post - you can always comment on your own posts, and once you earn sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. If you have a related but different question, ask a new question referencing this one if it will help provide context. – Rohan Khude Sep 29 '16 at 07:35