ios - Xcode 错误有关 plist : ACL=<not found> 的额外信息

标签 ios xcode

应用程序突然无法安装。请帮助我尝试了很多事情。

这是我的错误消息

Details

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; }

enter image description here

enter image description here

enter image description here

最佳答案

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

  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.

关于ios - Xcode 错误有关 plist : ACL=<not found> 的额外信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59944763/

相关文章:

ios - 在后台收集 Apple Watch 加速度计数据

iphone - 如何以编程方式在 iphone 应用程序中添加一个简单的默认加载(进度)栏

ios - 如何在 iOS 中查找位置区号

ios - swift 3 中 View Controller 的重复实例

ios - 禁用 24 小时时间的 swift iPhone 设置会导致错误

xcode - 从脚本将文件添加到 Xcode 项目?

ios - 滚动屏幕外的 Storyboard元素?

xcode - Asihttp 请求在 ios9 中不起作用

iphone - 如何将 NSDateFormatter 更改为 "DD/MM/YYYY"?

ios - sqlite3_prepare_v2没有这样的表错误