Post

Replies

Boosts

Views

Activity

Reply to Swift package and git-lfs
I'm experiencing the same issue. I can bypass it with git lfs install --skip-smudge in the host app, but it's not deterministic. Also, even if that works, Xcode will then download the pointer to the lfs file, not the actual file. This is with Xcode Version 13.2 beta 2 (13C5081f)
Nov ’21
Reply to Apple CryptoKit on VisionOS
Hey, thanks for the speedy response. I tried to run our app on the visionOS 1 beta 3 Simulator Runtime and got a thrown exception noSEP when trying to use ; let access = SecAccessControlCreateWithFlags(kCFAllocatorDefault, kSecAttrAccessibleWhenUnlockedThisDeviceOnly, .privateKeyUsage, &error)! CryptoKit.SecureEnclave.P256.KeyAgreement.PrivateKey(accessControl:access) SecureEnclave.isAvailable reports false for the visionOS simulator but true for the iPad iOS 17 simulator (on an M1 MacBook Pro). And when I was checking the docs and I didn't see visionOS 1.0+ listed. Cheers
Sep ’23