This app was unable to be installed.

简介: 今天升级XCode 9.1 beta,编译项目正常,模拟器运行出现以下错误弹框:error.pngAPP无法安装到模拟器上,也看不见任何提示,由于mac中存在多个XCode 版本,尝试下面命令:sudo xcode-select -s /Applications/Xcode-beta.app并不好使。

今天升级XCode 9.1 beta,编译项目正常,模拟器运行出现以下错误弹框:

img_d5719a167a4ef4d42c88a0fa83d11dce.png
error.png

APP无法安装到模拟器上,也看不见任何提示,由于mac中存在多个XCode 版本,尝试下面命令:

sudo xcode-select -s /Applications/Xcode-beta.app

并不好使。

这种问题看不见任何其他的问题提示,有点无从查起的赶脚。

stackoverflow上找到下面的方法:

xcrun simctl spawn booted log show

//或者可以标出这个错误提示相关的,很容易看到相关的错误提示
xcrun simctl spawn booted log show | grep "This app was unable to be installed.

然后,基本就能定位问题了,我这里出现的问题是:


img_67284949bf8b8859b3cddad57dd1a3f1.png
error.png

Info.plist文件中缺少CFBundleExecutable,加上即可。

目录
相关文章
|
iOS开发
解决App Installation failed, No code signature found.
解决App Installation failed, No code signature found.
339 0
|
6月前
|
Shell Android开发
|
3月前
|
安全 前端开发 网络安全
【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER
【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER
130 0
|
6月前
|
开发工具
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
51 1
|
Android开发 开发工具 IDE
Android gradle问题解决: This app has been built with an incorrect configuration. Please configure your build for VectorDrawableCompat
1. 问题描述: Android Studio在运行模拟器某些机型或者真机某些机型的时候发生闪退。 错误如下: Java.lang.RuntimeException: Unable to start activity ComponentInfo{com.
2358 0
|
6月前
|
Kubernetes API 定位技术
Yurt-app-manager
Yurt-app-manager 是 Kubernetes 容器服务 Edge 版中的一个组件,提供了一个节点池控制器功能,可以将节点按照特定属性抽象成节点池概念。
59 6
【Flask】WARNING: This is a development server. Do not use it in a production deployment.
WARNING: This is a development server. Do not use it in a production deployment.
|
数据安全/隐私保护
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
|
JavaScript 开发工具 Android开发
初学者做APP所需工具安装及ionic-app-scripts has unexpectedly closed问题
初学者做APP所需工具安装及ionic-app-scripts has unexpectedly closed问题
145 0
初学者做APP所需工具安装及ionic-app-scripts has unexpectedly closed问题
|
Shell
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
Detected problems with app native libraries (please consult log for detail): lib.so: text relocation
157 0