应用程序坚持从iTunes安装ipa [英] App stuck on installing ipa from iTunes

查看:121
本文介绍了应用程序坚持从iTunes安装ipa的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

自从迁移到ios7后,我无法使用ipa和配置文件将我的应用程序分发到我的iPad(在我升级到ios7之前工作的那些也不起作用)。

Since moving to ios7 I am unable to distribute my app to my iPad using the ipa and provisioning profile (the same ones that worked just before I upgraded to ios7 do not work either).

这就是我的尝试:


  • 从iPad删除所有个人资料

  • 从iPad和iTunes删除现有应用程序

  • 将ipa和prov配置文件添加到iTunes

  • 从iTunes重新安装的应用程序

  • Remove all profiles from iPad
  • Deleting existing app from iPad and iTunes
  • Add ipa and prov profile to iTunes
  • Reinstalled app from iTunes

该应用程序在iPad上安装安装,直到它似乎已加载并且应用程序名称显示在图标下方。但是在iTunes中它仍然说'安装'并且永远不会改为'删除'。

The app installs on the iPad saying 'installing' until it appears to have loaded and the app name is shown below the icon. However in iTunes it still says 'installing' and never changes to 'remove'.

如果我然后拔掉iPad并点击应用程序启动它,它将恢复为安装,然后不会发生任何其他事情。

If I then unplug the iPad and tap the app to start it it reverts back to 'installing' and then nothing else happens.

推荐答案

以下步骤似乎解决了我的问题:

Here are the steps that seemed to fix the problem for me:

从设备中删除所有配置文件(在我的情况下为iPad)

设置 - 常规 - 个人资料
删除与您的应用相关的任何内容

Settings - General - Profile delete any relating to your app

在iMac上删除iTunes中的所有配置文件

Finder - 库(按下ALT按GO显示) - 移动设备 - 配置文件

Finder - Library (GO with ALT pressed displays this) - Mobile Device - Provisioning Profiles

删除您在此处看到的所有配置文件。这是Xcode在选择您的个人资料时看到的地方。

delete all provisioning profiles you see here. This is where Xcode sees any when choosing your profile.

在Xcode中 - 在项目和目标中

将所有代码签名设置为无

Set all code signing to None

存档您的项目 - 在Xcode产品中 - 存档

您将被告知不存在任何档案 - 选择修复问题。您的配置文件将下载到库 - 移动设备 - 配置文件(我们之前清除的文件夹)。将来,这些将是您在设置项目和目标代码签名时的选项。

You will be told no profiles exist - choose Fix Issue. Your provisioning profiles will be downloaded into the Library - Mobile Device - Provisioning Profiles (the folder we previously cleared.) In future these will be your options when setting your Project and Target code signing.

在管理器中

导出您的已归档产品,并选择团队配置文件(或任何已下载的代码)作为代码签名。

Export your archived product and choose the team Profile (or any that have been downloaded) as code signing.

将ipa放入iTunes并安装。

Drop the ipa into iTunes and install.

这篇关于应用程序坚持从iTunes安装ipa的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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