Closed mindbrix closed 10 years ago
I'm seeing the same. Possibly related to #52?
This is fixed in iOS8 Beta2 AFAIK.
Fixed for me here. Thank you Apple gods.
In Xcode 6 beta 3, I'm seeing this error. Running in Xcode 6 beta 2 and it works fine. Anybody else seeing this?
I'm not using sskeychain but I'm facing this issue as well.
+1 seeing this in beta 3
same here. went aways with beta 2 and now is back with beta 3. any suggestions?
:cry: hope Apple fix it in beta 4
Fixed in b4.
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
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
Fixed in B4, if B5 breaking it again, use B4 :).
B6 is still breaking.
It works for me (both iOS 7.1 and 8.0) on XCode 6 Beta 6 (6A280E) Anyone else have the same issue?
Seeing the same problem with iOS 9 (simulator) with Xcode 7 GM when using Apple's own KeychainItemWrapper.h
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.