Xcode Error signing Failed to create provisioning profile and No profiles for 'com.photo.appwall' were found

一世执手 提交于 2020-02-02 11:29:27

问题


I am having issues signing my application.

  • Failed to create provisioning profile.
  • No profiles for 'com.photo.appwall' were found.


回答1:


The error message seems self explanatory: you need to register your test device on the Apple's developer portal.

  • Log in Apple's Developer portal
  • Click Certificates, IDs & Profiles
  • Click Devices | All
  • Click the + button and add your device UDID

Xcode should be able to do this for you if you plug your device with your computer then select it in menu:

  • (Xcode 8) Window | Devices
  • (Xcode 9) Window | Devices and Simulators


来源:https://stackoverflow.com/questions/45906399/xcode-error-signing-failed-to-create-provisioning-profile-and-no-profiles-for-c

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