Xcode6 ipa 分发问题 [英] Xcode6 ipa distribution issue

查看:37
本文介绍了Xcode6 ipa 分发问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人有幸使用 Xcode6 制作和安装 ipa 文件?

Did anybody have a luck to make and install an ipa file with Xcode6?

我开发了 Swift 应用

I developed the Swift app

我已经成功创建了一个 ipa 文件,并在我的设备所在的位置正确设置.但是当我尝试通过 iTunes 将它安装到设备时 - 挂起

I have created successfully an ipa file, with right provision where my device is presented. But when I try to install it to device via iTunes - in hangs

有什么想法吗?

推荐答案

Xcode 仍处于测试阶段,结果证明这是一个已知问题(同样的) - https://devforums.apple.com/message/984530#984530

Xcode is still in beta and this turned out to be a known issue (had the same) - https://devforums.apple.com/message/984530#984530

tl;dr 在命令行中运行这个:

tl;dr run this this in the command line :

ditto -xk /path/to/file.ipa /tmp/my_extract_path
ditto -ck --norsrc /tmp/my_extract_path /path/to/new_file.ipa
rm -r /tmp/my_extract_path

将生成一个应该正确安装的新 IPA.

A new IPA will be generated which should install properly.

这篇关于Xcode6 ipa 分发问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆