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; }
After do this steps now working fine.
- In terminal, remove the current cocoapods using:
sudo gem uninstall cocoapods
- Install the latest cocoapod version:
sudo gem install cocoapods
- Change directory to your project, then
pod deintegrate
pod install
- Clean build (
Shift
+Command
+K )- Rebuild the project in Xcode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With