Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
631 views
in Technique[技术] by (71.8m points)

ios - Xcode error Extra info about plist: ACL=<not found>

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

here is my error message

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

After do this steps now working fine.

  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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...