Apple OS X Server (Xcode CI service) can't find provisioning profiles

给你一囗甜甜゛ 提交于 2019-12-02 21:12:28
Vitaly Kudrin

I think that problem resolved. I checked server logs (Xcode -> Service log) and find that device list and provisioning profiles are correct downloaded after relogin to team (saved to

/Library/Server/Xcode/Data/ProvisioningProfiles 

(from comments)

With the release of OS X Server 3.2.1, the provisioning profiles have been relocated to /Library/Developer/XcodeServer/ProvisioningProfiles

with _teamserver owner). Server download only automatic generated profiles ("iOS Team Provisionong Profile: bundle id") and you should choose this profile in target settings and commit to your VCS.

Adding Developer Account in Xcode->Preferences worked for me.

My environment:

  • Xcode 7.* and Server 5.

  • I have added my server to developer team

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