Post

Replies

Boosts

Views

Activity

Reply to Keychain starts returning error -25330 after Mac goes to sleep for a while
I'm passing in kSecAttrAccessibleWhenUnlockedThisDeviceOnly. But I've thought that could be the cause* and also tried kSecAttrAccessibleWhenUnlocked, kSecAttrAccessibleAfterFirstUnlock and even kSecAttrAccessibleAlways. The issue exists no matter what the protection is. *since all the Macs that exhibit the issue are on 10.12 but also don't have a Secure Enclave (Intel Macs without T1 or T2 chip). I've also just filed FB12189765. There's a sample project attached to the feedback. I can't seem to attach a zip here but I'm attaching the relevant code as a .txt for reference here. ContentView.txt
Topic: App & System Services SubTopic: Core OS Tags:
May ’23
Reply to xcode cloud build performance
This has been my experience as well. Hopefully this is something Apple can improve upon.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Module not found error importing framework using SPM package
Just ran into this (Swift module used in Objective-c Framework then used in Swift). Did you ever find a solution?
Replies
Boosts
Views
Activity
Mar ’22
Reply to Module not found error importing framework using SPM package
Found the solution, add: -Xcc -fmodule-map-file=$(GENERATED_MODULEMAP_DIR)/<YourSwiftModuleImportedFromObjC>.modulemap To Other Swift Flags.
Replies
Boosts
Views
Activity
Mar ’22
Reply to UIViewControllerRepresentable inside a UIScrollView (List, ScrollView and etc) not working
Did you ever find a solution for this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Keychain starts returning error -25330 after Mac goes to sleep for a while
I'm passing in kSecAttrAccessibleWhenUnlockedThisDeviceOnly. But I've thought that could be the cause* and also tried kSecAttrAccessibleWhenUnlocked, kSecAttrAccessibleAfterFirstUnlock and even kSecAttrAccessibleAlways. The issue exists no matter what the protection is. *since all the Macs that exhibit the issue are on 10.12 but also don't have a Secure Enclave (Intel Macs without T1 or T2 chip). I've also just filed FB12189765. There's a sample project attached to the feedback. I can't seem to attach a zip here but I'm attaching the relevant code as a .txt for reference here. ContentView.txt
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23