Xcode错误有关plist的附加信息:ACL =<未找到> [英] Xcode error Extra info about plist: ACL=<not found>

查看:69
本文介绍了Xcode错误有关plist的附加信息:ACL =<未找到>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

突然没有安装应用程序.请帮助我尝试了很多事情.

Suddenly app not installing. Please help i tried lot of things.

这是我的错误消息

详细信息

目前无法安装此应用.领域: IXUserPresentableErrorDomain代码:1失败原因:无法安装 此时.恢复建议:无法从中加载Info.plist 在路径上捆绑 /Users/t-tech/Library/Developer/CoreSimulator/Devices/927777E8-7512-4F60-A44D-4EE52D8DF817/data/Library/Caches/com.apple.mobile.installd.staging/temp.4c0WJE/extracted/Kings Portal.app/Frameworks/PINOperation.framework;有关plist的额外信息: ACL = -无法从路径/Users/t-tech/Library/Developer/CoreSimulator/Devices/927777E8-7512-4F60-A44D-4EE52D8DF817/data/Library/Caches/com.apple.mobile.installd的捆绑包加载Info.plist .staging/temp.4c0WJE/extracted/Kings Portal.app/Frameworks/PINOperation.framework;有关plist的额外信息: ACL =域:MIInstallerErrorDomain代码:35用户信息:{ FunctionName =-[MIBundle _validateWithError:]"; LegacyErrorString = PackageInspectionFailed; SourceFileLine = 128; }

This app could not be installed at this time. Domain: IXUserPresentableErrorDomain Code: 1 Failure Reason: Could not install at this time. Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/t-tech/Library/Developer/CoreSimulator/Devices/927777E8-7512-4F60-A44D-4EE52D8DF817/data/Library/Caches/com.apple.mobile.installd.staging/temp.4c0WJE/extracted/Kings Portal.app/Frameworks/PINOperation.framework; Extra info about plist: ACL= -- Failed to load Info.plist from bundle at path /Users/t-tech/Library/Developer/CoreSimulator/Devices/927777E8-7512-4F60-A44D-4EE52D8DF817/data/Library/Caches/com.apple.mobile.installd.staging/temp.4c0WJE/extracted/Kings Portal.app/Frameworks/PINOperation.framework; Extra info about plist: ACL= Domain: MIInstallerErrorDomain Code: 35 User Info: { FunctionName = "-[MIBundle _validateWithError:]"; LegacyErrorString = PackageInspectionFailed; SourceFileLine = 128; }

推荐答案

执行完此步骤后,现在工作正常.

After do this steps now working fine.

  1. 在终端中,使用以下命令删除当前的可可足类:sudo gem uninstall cocoapods
  2. 安装最新的cocoapod版本:sudo gem install cocoapods
  3. 将目录更改为您的项目,然后
  4. pod deintegrate
  5. pod install
  6. 清理内部版本(Shift + Command + K)
  7. 在Xcode中重建项目.
  1. In terminal, remove the current cocoapods using: sudo gem uninstall cocoapods
  2. Install the latest cocoapod version: sudo gem install cocoapods
  3. Change directory to your project, then
  4. pod deintegrate
  5. pod install
  6. Clean build (Shift+Command+K )
  7. Rebuild the project in Xcode.

这篇关于Xcode错误有关plist的附加信息:ACL =<未找到>的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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