This app could not be installed at this time.

This app could not be installed at this time.
Could not install at this time.
Failed to load Info.plist from bundle at path /Users/yangyin/Library/Developer/CoreSimulator/Devices/0352CEE7-F7A4-4213-AD6C-D9695A1194A9/data/Library/Caches/com.apple.mobile.installd.staging/temp.y2ImXn/extracted/Payload/tempTest1.app/Frameworks/SSZipArchive.framework; Extra info about plist: ACL=


image.png

首先描述一下这个报错的场景吧,相同的报错,不同的场场景原因可能千差万别
先抛我找到的解决方法

将Podfile文件的 use_frameworks! 改为 use_frameworks! :linkage => :static

use_frameworks! :linkage => :static

我无意间cocoapod升级了1.9.1 ,然后添加新的库就一直报这个问题,搜索了得到的结果都是让我重置模拟器。

重置模拟器方法

image.png

但是,并没有解决我的问题,我甚至重装了xcode依然不起作用,然后就开始怀疑是cocoapods的问题(其实我升级cocoapods有很久一段时间了),然后一顿操作升级pod到了1.10,也就是这篇文章时的最新版,but依然不起作用,于是更加怀疑是高版本的pod的问题。于是带着这个疑问去搜索。结果找到了正解。https://stackoverflow.com/questions/59940644/xcode-11-3-1-failed-to-load-info-plist-from-bundle-at-path
image.png

你可能感兴趣的:(This app could not be installed at this time.)