Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provisioning profile doesn't support the Wireless Accessory Configuration capability

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?

like image 883
Lie-An Avatar asked Jul 19 '16 09:07

Lie-An


People also ask

How do I enable access WiFi information capability in Xcode?

Log into you Apple developer account at https://developer.apple.com, and enable Access WiFi Information for the App ID. 2. Go to the Provisioning Profiles tab, and regenerate them. We need to regenerate the provisioning profile, as it becomes marked as Invalid.

How do I add a device to my provisioning profile on my iPhone?

After logging in to the iOS Provisioning Portal, click Devices in the sidebar. Click Add Devices. Enter a device name and the device ID. Click Submit.

How do I add a device to my provisioning profile?

Adding a new device to the Ad Hoc ProfileGo to the iOS Provisioning Portal and click on Provisioning. Select the Distribution tab. 2. Select the Ad Hoc profile you want to modify and click 'Edit'.


1 Answers

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.

like image 147
arturdev Avatar answered Oct 28 '22 08:10

arturdev