Closed Dbigshooter closed 8 years ago
Same problem here...
Is this happening since you upgraded to the Swift 3 version?
And is this happening on a device or on a simulator?
Yes I'm using Swift 3. It's happening just on the simulator, tested on iPad 3 (iOS 9.3.5) and so far is working properly.
If you are testing on an iOS 10 simulator, you are probably hitting this issue: https://github.com/jrendel/SwiftKeychainWrapper/issues/59
That did it! I just enabled my Push Notifications for Xcode to create the entitlements file, and after that everything's working fine (so far) on the iOS 10 simulator.
Thank you!
@Dbigshooter Was your issue with the iOS simulator as well?
@jrendel Apologies for the late respons, but yes, it's just in the simulator.
Ok cool. Since the simulator issue is already being tracked, I'm going to close this issue.
Simulator issue: https://github.com/jrendel/SwiftKeychainWrapper/issues/59
You must enable data protection in project capabilities :
Hi there,
My code has been working fine until now, suddenly these lines returns false:
I use cocoapods, and this in the Podfile:
pod 'SwiftKeychainWrapper', :git => 'https://github.com/jrendel/SwiftKeychainWrapper.git', :branch => 'master'
Any ideas?