Provisioning profile doesn't support the Wireless Accessory Configuration capability
Asked Answered
H

4

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?

Hypotenuse answered 19/7, 2016 at 9:22 Comment(3)
Any news on this?Impassible
facing the same issue.Pahoehoe
If my answer worked for you, please mark it as "Accepted" so that other people also see that it is the correct answer.Express
E
21

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.

Express answered 26/9, 2016 at 7:42 Comment(2)
What if Wireless Accessory Configuration is disabled for the App ID? Wondering how to enable it?Edlun
Worth noting is that this is done in developer.apple.com, NOT appstoreconnect.apple.com.Cumberland
F
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

Fax answered 1/4, 2019 at 13:4 Comment(0)
R
-2

enter image description here

Go to the Target -> General -> Signing

Click on Automatically Manage Signing and choose a team Account.

Royer answered 20/9, 2016 at 5:6 Comment(0)
S
-2

press command+,
enter Accounts
re Download All Profiles.

Stubbed answered 29/9, 2016 at 7:20 Comment(1)
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.Manes

© 2022 - 2024 — McMap. All rights reserved.