xcode Ad-Hoc导出失败,"通信失败"

时间:2015-06-08 18:16:18

标签: ios xcode

我正在尝试将我的应用程序导出为Ad-Hoc发行版,这会导致"通信失败",系统日志列表如下,不确定它是否相关,但我最近有重新开始我的开发订阅。

 DeveloperPortal: Service 7BF39CD1-3EA0-4D9C-98C2-BBEF4F2F0C93 returned data, but it could not be parsed as a plist:

         更新 - Apple Developer                                            < /脚本>          

    <section id="content" class="content">
        <header class="header">
            <h1><a href="https://developer.apple.com/"><span class="text-replace">Apple Developer</span></a></h1>
        </header>

        <h1>We'll be back soon.</h1>
    </section>
    <aside class="push"></aside>
</section>

    <footer class="footer">
        <nav class="sosumi">
            <p>Copyright © 2015 Apple Inc. All rights reserved.</p>
            <ul class="links">
                <li><a href="http://www.apple.com/legal/terms/site.html" class="first">Terms of Use</a></li>
                <li><a href="http://www.apple.com/privacy/">Privacy Policy</a></li>
                <li><a href="http://developer.apple.com/support/system-status/">System Status</a></li>
            </ul>
        </nav>
    </footer>



<script>
window.onload = function() {
    var container = document.getElementById('content');
    var width = container.offsetWidth / 2;
    var height = container.offsetHeight;
    container.style.width = (width*2) + 'px';
    container.style.position = 'absolute';
    container.style.left = '50%';
    container.style.top = '50%';
    container.style.marginLeft = -width + 'px';
    container.style.marginTop = -height + 'px';
}

window.onresize = function() {
    width = container.offsetWidth / 2;
    height = container.offsetHeight;

    container.style.marginLeft = -width + 'px';
    container.style.marginTop = -height + 'px';
}


</script>

1 个答案:

答案 0 :(得分:1)

这是暂时的(也许是因为目前有WWDC,可能会发生一些变化。如果您尝试连接member center消息&#34;我们将会很快回来&#34;显示。)

等待WWDC结束再试一次。