Post

Replies

Boosts

Views

Activity

Reply to Broken autocomplete in Xcode 26
@DTS Engineer , I've also successfully uploaded sysdiagnose and attach video links into the ticket by Feedback Assistance. The issue with Feedback Assistance is...they just do NOT respond. I've created it initially 18 Sep 2024 and no response there... So here I hope to find help and also ask you for it too!
3d
Reply to Broken autocomplete in Xcode 26
@DTS Engineer I have created fresh virtual machine with latest macOS, installed latest Xcode there and check. Behavior is still broken (check video below). https://drive.google.com/file/d/1THJ-o_4htaP2FvH8w4nt8IsbIsNefgZk/view?usp=sharing As you requested, I've also collected sysdiagnose: https://drive.google.com/file/d/1xv11WVYlVjCEVmggr37cETbqd-5w8Yyd/view?usp=sharing
4d
Reply to DriverKit - single process with multiple services
@Drewbadour , followed your advice. Created for test purposes DEXT with 2 IOServices of IOUserResources kind. Now facing two problems: Somewhy they are launched in separate processes. I.e. after DEXT is loaded, there are two instances of DEXT process, one per IOService. Doy you know what IOPersonalities keys should match to force DEXTs to be loaded as single process? ServiceNotificationReady callback is not called. Example above is replicated accurately. Can you suggest any ideas why?
Topic: App & System Services SubTopic: Drivers Tags:
Aug ’21
Reply to DriverKit - single process with multiple services
I'm working of functional like USB device filtering. So it adds some restrictions I have to make a decision about plugged device before Start succeeds or fails IOUserClient, as I understood, used for App<->DEXT communication, but not DEXT<->DEXT. Am I right? Conceptually, I need some way to prepare IOService kind of IOResources that starts on DEXT bootstrap and can be reached within the App each time USB device is connected, I need to obtain set of rules to filter particular USB device/interface. This can be achieved by communicating inside DEXT if I could have such mechanism
Topic: App & System Services SubTopic: Drivers Tags:
May ’21
Reply to Broken autocomplete in Xcode 26
Thanks @DTS Engineer . Waiting for news
Replies
Boosts
Views
Activity
3d
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , I've also successfully uploaded sysdiagnose and attach video links into the ticket by Feedback Assistance. The issue with Feedback Assistance is...they just do NOT respond. I've created it initially 18 Sep 2024 and no response there... So here I hope to find help and also ask you for it too!
Replies
Boosts
Views
Activity
3d
Reply to Broken autocomplete in Xcode 26
@DTS Engineer I have created fresh virtual machine with latest macOS, installed latest Xcode there and check. Behavior is still broken (check video below). https://drive.google.com/file/d/1THJ-o_4htaP2FvH8w4nt8IsbIsNefgZk/view?usp=sharing As you requested, I've also collected sysdiagnose: https://drive.google.com/file/d/1xv11WVYlVjCEVmggr37cETbqd-5w8Yyd/view?usp=sharing
Replies
Boosts
Views
Activity
4d
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , have you checked the videos I've attached? They clearly shows what is wrong Bug report number is FB15166590
Replies
Boosts
Views
Activity
5d
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , any updates?
Replies
Boosts
Views
Activity
1w
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , any updates on that?
Replies
Boosts
Views
Activity
2w
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , every Xcode version starting Xcode 16.0 Currently the problem exists on Xcode Version 26.2 (17C52) And please check the videos I've attached
Replies
Boosts
Views
Activity
3w
Reply to Broken autocomplete in Xcode 26
@DTS Engineer , any updates on that?
Replies
Boosts
Views
Activity
3w
Reply to Broken autocomplete in Xcode 26
Old and correct: https://drive.google.com/file/d/1Mto5Txlq8_jhvguBp8AsBETJKvMVjnHP/view?usp=sharing New and invalid: https://drive.google.com/file/d/1jTEAMcZdkRA1BVkXvoub3nrCUfpXmVOF/view?usp=sharing
Replies
Boosts
Views
Activity
Feb ’26
Reply to Broken autocomplete in Xcode 26
Added requested image
Replies
Boosts
Views
Activity
Feb ’26
Reply to I can't see Developer ID Installer option
Same bug for me. Developer ID Application cert is expiring soon and I dont even see this option while creating new certificate
Replies
Boosts
Views
Activity
Jan ’26
Reply to Cannot find 'atomic_flag' in scope in Xcode 26
@dazy_naoki , adding "import os" resolves issue for me
Replies
Boosts
Views
Activity
Aug ’25
Reply to mac-to-mac remote debugging
You can find remote debug details in article: https://medium.com/@alkenso/remote-debug-of-macos-application-using-xcode-1d714d6314bb
Replies
Boosts
Views
Activity
Dec ’23
Reply to DriverKit - single process with multiple services
@Drewbadour , followed your advice. Created for test purposes DEXT with 2 IOServices of IOUserResources kind. Now facing two problems: Somewhy they are launched in separate processes. I.e. after DEXT is loaded, there are two instances of DEXT process, one per IOService. Doy you know what IOPersonalities keys should match to force DEXTs to be loaded as single process? ServiceNotificationReady callback is not called. Example above is replicated accurately. Can you suggest any ideas why?
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to DriverKit - single process with multiple services
I'm working of functional like USB device filtering. So it adds some restrictions I have to make a decision about plugged device before Start succeeds or fails IOUserClient, as I understood, used for App<->DEXT communication, but not DEXT<->DEXT. Am I right? Conceptually, I need some way to prepare IOService kind of IOResources that starts on DEXT bootstrap and can be reached within the App each time USB device is connected, I need to obtain set of rules to filter particular USB device/interface. This can be achieved by communicating inside DEXT if I could have such mechanism
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
May ’21