XCode 6 and Ad-Hoc distribution without XC: provisioning

后端 未结 10 1807
孤城傲影
孤城傲影 2020-12-15 18:17

Yesterday I\'ve downloaded Xcode 6 and now I have got a problem I can\'t solve. In my member center I\'ve got valid certificate and ad-hoc provisioning (distrib

10条回答
  •  -上瘾入骨i
    2020-12-15 19:19

    I have a workaround for this that works for me.

    I have both Xcode 6 and Xcode 5.1.1 installed, Xcode 6 is in Applications and Xcode 5.1.1 is in another directory. When I want to do a build I use Xcode 6 to create the Archive. But you can also see the created Archive in Xcode 5.1.1 so I use Xcode 5.1.1 to distribute the Ad Hoc .ipa using the provisioning profile that I want to use. So build using Xcode 6 but distribute using Xcode 5.1.1. It works for me.

提交回复
热议问题