Evgenii Neumerzhitckii

Results 314 comments of Evgenii Neumerzhitckii

Hi @ConcapptPrakti, thanks for reporting the issue. It looks like you did everything correctly. I would try to isolate the case and create two simple apps in Xcode: one that...

I'm sorry you are having this issue on a device. Does it show the same error if you delete the lines with `kSecAttrAccessGroup` from `queryDelete`, `queryAdd` and `queryLoad`?

Thanks for having a look. The keychain sharing should definitely work on iOS 9 on a device. It could be a bug. I would submit a bug report to Apple.

@edias thanks for reporting the issue. By debugging, do you mean that you can no longer use breakpoints and inspect the variables in Xcode? Also, do you mean debugging your...

I just tested it by creating a new project and could not reproduce this issue in Xcode 12.2 on Catalina. I placed a breakpoint, it stopped there and I was...

That's weird, maybe someone will comment here if they found a solution.

Fixed this in the new version: https://github.com/evgenyneu/keychain-swift/blob/master/Package.swift

Already done, it's in version 20.0.0

Thanks for reporting. I have not seen this one before. Is it crashing consistently, can you reproduce the problem? If so, could you isolate this bug into a demo app...

A sample project would be great, thank you.