iOS 9的Crashlytics无法下载应用程序 [英] Crashlytics with iOS 9 Unable to Download App

查看:149
本文介绍了iOS 9的Crashlytics无法下载应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到以下错误:


无法下载:此时无法安装APP_NAME [完成/重试选项]

Unable to Download: APP_NAME could not be installed at this time [Done/Retry options]

我在iOS 9 Beta v5上。我是否无法从Crashlytics安装我的应用程序的任何版本,因为我使用的是iOS 9?

I am on iOS 9 Beta v5. Will I not be able to install any versions of my app from Crashlytics because I am using iOS 9?

推荐答案

我们开始拥有更新我们的Apple开发者会员资格后出现此问题。我通过Apple网站删除了iOS Provisioning Profiles并生成了新的。我还重置了我的XCode缓存数据:

We started to have this problem after renewing our apple developer membership. I fixed by deleting the iOS Provisioning Profiles through the apple website and generated new ones. I've also resetted my XCode cached data:

rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
rm -rf ~/Library/Developer/Xcode/DerivedData
rm -rf ~/Library/Caches/com.apple.dt.Xcode
defaults delete com.apple.dt.Xcode

我还删除了 / Users /<的所有缓存配置文件; user> / Library / MobileDevice / Provisioning Profiles

然后我打开 XCode>查看详细信息>下载所有以下载新配置文件并分发新版本。它从那时开始起作用。

Then I opened XCode > View details > Download all to download the new profiles and distributed a new build. It worked from then onwards.

这篇关于iOS 9的Crashlytics无法下载应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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