需要.ipa为Ad-Hoc分发生成文件.客户端只提供了足以创建.ipaXcode 5的证书,私钥和配置文件.但是在Xcode 6.1中我导出时Save For Ad Hoc Deployment会给出消息
To save for Ad Hoc Deployment, you need to add an Apple ID account that is enrolled in the iOS Developer Program for the development team 'xxxxxxxxxx'
Run Code Online (Sandbox Code Playgroud)

有.ipa没有开发者帐户凭据创建的方法?
如何绕过Xcode 6 for IOS 8应用程序的代码签名?我以前很容易按照Xcode 5上的互联网上的一些指南来做到这一点,所以我可以直接在我的越狱iPhone上测试我的应用程序,因为我没有开发者帐户.但是,我似乎无法摆脱这个错误:
"没有找到具有有效签名身份的配置文件(即证书和私钥对)."
我所知道的指南似乎都不适用于Xcode 6吗?有解决方案吗