问题描述
我使用 OS X Server 配置了专用的 Mac mini,以便与 XCode5 持续集成,添加了 git repo 并创建了机器人.我正在尝试集成机器人并得到错误
I configured dedicated Mac mini with OS X Server for Continuous Integration with XCode5, added git repo and created bots. I am trying to integrate bot and get error
Specified PROVISIONING_PROFILE (29DAD4E2-6155-4395-AF33-2C872BC32504) not
found and no CODE_SIGN_IDENTITY specified. Ignoring PROVISIONING_PROFILE
for now. This will become an error in the future.
服务器已添加到开发团队,我可以在特殊页面服务器"的成员中心看到它.我认为服务器应该从开发者中心检索用于构建机器人的配置文件,但它不起作用.
Server was added to Developer Team and I can see it in member center at special page "Servers". I think that server should retreive profiles from Developer Center for build bots, but it doesn't work.
我该如何解决这个问题?
How can I fix this?
推荐答案
我认为问题解决了.我检查了服务器日志(Xcode -> 服务日志),发现设备列表和配置文件在重新登录团队后正确下载(保存到
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
(来自评论)
随着 OS X Server 3.2.1 的发布,配置文件已重新定位到 /Library/Developer/XcodeServer/ProvisioningProfiles
With the release of OS X Server 3.2.1, the provisioning profiles have been relocated to
/Library/Developer/XcodeServer/ProvisioningProfiles
与 _teamserver 所有者).服务器仅下载自动生成的配置文件(iOS Team Provisionong 配置文件:bundle id"),您应该在目标设置中选择此配置文件并提交到您的 VCS.
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.
这篇关于Apple OS X 服务器(Xcode CI 服务)找不到配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!