soffes / SAMKeychain

Simple Objective-C wrapper for the keychain that works on Mac and iOS
MIT License
5.4k stars 956 forks source link

SSKeychainQuery::save failing on iOS 8 #68

Closed mindbrix closed 10 years ago

mindbrix commented 10 years ago

Hi. I've run through the code with the debugger and this line is failing with return code -34018, which is currently undocumented.

status = SecItemAdd((__bridge CFDictionaryRef)query, NULL);

I hope this helps.

richardbuckle commented 10 years ago

I'm seeing the same. Possibly related to #52?

admmasters commented 10 years ago

This is fixed in iOS8 Beta2 AFAIK.

mindbrix commented 10 years ago

Fixed for me here. Thank you Apple gods.

johnny130 commented 10 years ago

In Xcode 6 beta 3, I'm seeing this error. Running in Xcode 6 beta 2 and it works fine. Anybody else seeing this?

lxcid commented 10 years ago

I'm not using sskeychain but I'm facing this issue as well.

rspeyer commented 10 years ago

+1 seeing this in beta 3

nebillo commented 10 years ago

same here. went aways with beta 2 and now is back with beta 3. any suggestions?

puttin commented 10 years ago

:cry: hope Apple fix it in beta 4

ay8s commented 10 years ago

Fixed in b4.

mindbrix commented 10 years ago

What are the odds on b5 breaking it again?

On 21 July 2014 20:24, Andrew Yates notifications@github.com wrote:

Fixed in b4.

— Reply to this email directly or view it on GitHub https://github.com/soffes/sskeychain/issues/68#issuecomment-49652814.

vectoria.co.uk

concentrichron.com

Mindbrix -- Dream it, draw it, build it, love it

69 Derby Street Beeston Nottingham NG9 2LG

+44 7905 311 352 nigel@mindbrix.co.uk www.mindbrix.co.uk Skype: ntbarber twitter.com/mindbrix

zendobk commented 10 years ago

Fixed in B4, if B5 breaking it again, use B4 :).

ZZBHuang commented 10 years ago

B6 is still breaking.

ghost commented 10 years ago

It works for me (both iOS 7.1 and 8.0) on XCode 6 Beta 6 (6A280E) Anyone else have the same issue?

stuffmc commented 9 years ago

Seeing the same problem with iOS 9 (simulator) with Xcode 7 GM when using Apple's own KeychainItemWrapper.h