Provisioning profile doesn't support the Wireless Accessory Configuration capability

好久不见. 提交于 2019-12-08 14:58:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!