You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you all tried building Criollo on macOS 13 beta? I'm seeing a lot of build errors due to Apple marking the file based Keychain APIs as explicitly deprecated. Specifically:
Hey @thecatalinstan we had been using an older version of Criollo where the project has GCC_TREAT_WARNINGS_AS_ERRORS = YES; in the xcodeproj, so that is why the keychain APIs started causing the project to explicitly fail, rather than just generate warnings. I haven't had the time to confirm if that's still true in the newer versions, but if not then feel free to close this.
Hello!
Have you all tried building Criollo on macOS 13 beta? I'm seeing a lot of build errors due to Apple marking the file based Keychain APIs as explicitly deprecated. Specifically:
SecKeyChainCreate
SecKeyChainDelete
SecKeyChainUnlock
SecKeyChainAddCallback
SecKeyChainRemoveCallback
SecKeyChainCallback
Have you all seen this? Any plans to resolve it? I didn't see any mention of it, thus this issue.
Thanks!
The text was updated successfully, but these errors were encountered: