我得到了安装失败当安装应用程序到我的设备,错误消息是无法检查应用程序包.模拟器工作正常!
经过数小时的搜索,我引用了链接Xcode: Could not inspect the application package
所以我试着:
1.清理生成文件夹
1.清理驱动器数据
1.将"资源"文件夹重命名为"资源"/"资产"
1.重新启动Xcode
1.重新启动我的设备
但对我来说什么都不起作用,有什么想法吗?
以下是设备日志:
10月17日14:39:33 rande-iPhone流媒体压缩管道[229]:启动服务:正在为现有占位符安装应用程序com. bobobobanker. MBoBo〈(null)* 在数据库中找不到 〉Oct 17 14:39:33 rande-iPhone streaming_zip_conduit [229]:启动服务:没有为com. bobobobanker创建进度。MBoBo〈(null) 在数据库中找不到 *〉,因为它不是占位符。Oct 17 14:39:33 rande-iPhone installd [52]:0x16e087000-[MIClientConnection安装路径:带有选项:完成:]:安装"/var/mobile/Media/PublicStaging/www.example.com "类型开发者请求的streaming_zip_conduit(pid 229)10月17日14:39:33 rande-iPhone安装[52]:MBoBo.app30:无法从路径/private/var/mobile/Library/Caches/com的捆绑包中加载信息plist。苹果手机已安装staging/temp.EOx51o/extracted/MBoBo. app 10月17日14:39:33 rande-iPhone已安装[52]:0x16e12f000-[MIInstaller_捆绑包地址URL:错误:]:无法为文件创建捆绑包:///private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app/:错误域= MIInstallerErrorDomain代码= 35 "无法从路径为/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app的捆绑包中加载信息. plist"用户信息= {遗留错误字符串=包检查失败,函数名称=-[MIBundle_validateWithError:],源文件行= 30,NSLocalizedDescription =无法从路径为/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app} 10月17日14:39:34的捆绑包中加载信息. plist,并且无法从路径为/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo0x16e247000__移动安装安装启动服务_阻止_调用222:返回错误域= MIInstallerErrorDomain代码= 35 "无法从路径/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app下的捆绑包加载信息. plist"用户信息= {遗留错误字符串=包检查失败,函数名称=-[MIBundle_validateWithError:],源文件行= 30,NSLocalizedDescription =无法从路径/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app} 10月17日14:39:34 rande-iPhone streaming_zip_conduit [229]:错误:移动安装安装启动服务返回空10月17日14:39:34和iPhone流压缩管道[229]:__调度_源_读取_套接字_块_调用:234:无法在以下位置安装应用程序:///var/mobile/Media/PublicStaging/www.example.com:错误域= LaunchServices错误代码= 0 "(空)"用户信息= {错误=包检查失败,错误描述=无法从路径/private/var/mobile/Library/Caches/com. apple. mobile. installd. staging/temp.EOx51o/extracted/MBoBo. app}的捆绑包加载信息. plist __dispatch_source_read_socket_block_invoke:234: Failed to install application at file:///var/mobile/Media/PublicStaging/MBoBo.app/ : Error Domain=LaunchServicesError Code=0 "(null)" UserInfo={Error=PackageInspectionFailed, ErrorDescription=Failed to load Info.plist from bundle at path /private/var/mobile/Library/Caches/com.apple.mobile.installd.staging/temp.EOx51o/extracted/MBoBo.app}
2条答案
按热度按时间juzqafwq1#
可能导致此问题的因素:
在尝试了上述方法之后,最好做好以下几点:
1.干净。
1.清除派生数据。
1.从设备中删除旧应用程序。
然后重试安装。
0s7z1bwu2#
这是因为你可能有2个info.plist文件,删除重复的一个,并重新分配原始info.plist文件的路径到您的项目。