A 'Missing Entitlements' error occurred. This is likely due to an Apple Keychain bug. As a workaround try running on a device that is not attached to a debugger.
More information: https://forums.developer.apple.com/thread/4743
Guy, I got this issue in log when saving a string token to keychain on iOS 9
valet = VALValet(identifier:"com.abc.xyz", accessibility: .WhenUnlockedThisDeviceOnly)
valet!.setString(token, forKey: "token")
Any help?
A 'Missing Entitlements' error occurred. This is likely due to an Apple Keychain bug. As a workaround try running on a device that is not attached to a debugger.
More information: https://forums.developer.apple.com/thread/4743
Guy, I got this issue in log when saving a string token to keychain on iOS 9
Any help?