问题
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?
回答1:
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
Now just regenerate your provisioning profile and rebuild/archive using newly generated profile.
回答2:
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
回答3:
Go to the Target -> General -> Signing
Click on Automatically Manage Signing and choose a team Account.
回答4:
press command+,
enter Accounts
re Download All Profiles.
来源:https://stackoverflow.com/questions/38454412/provisioning-profile-doesnt-support-the-wireless-accessory-configuration-capabi