jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 340 forks source link

Error trying to install application #150

Open rvgroup opened 4 years ago

rvgroup commented 4 years ago

Application build is successful, but an error occurs during installation.

After updating XCode to version 11.4 & macOS to 10.15.4 when installing the application on the emulator and device, an error appears:

Failed to load Info.plist from bundle at path /Users/rvgroup/Library/Developer/CoreSimulator/Devices/...MyApp/Frameworks/SwiftKeychainWrapper.framework Domain: MIInstallerErrorDomain Code: 35 User Info: { FunctionName = "-[MIBundle _validateWithError:]"; LegacyErrorString = PackageInspectionFailed; SourceFileLine = 37; }

System Information

macOS Version 10.15.4 (Build 19E287) Xcode 11.4 (16134)