Search results for

“show when run”

115,092 results found

Post

Replies

Boosts

Views

Activity

Reply to Reclaiming cached data from an `enumerateDirectory` call
[quote='885683022, DTS Engineer, /thread/824156?answerId=885683022#885683022'] my expectation would be that iterating the directory with geattrlistbulk and a minimal attribute set would avoid any additional lookupItem call [/quote] Oh, I think I was a little unclear in what I wrote. What I was trying to say in a call to enumerateDirectory of this nature was that if I call enumerateDirectory with a non-minimal attribute set (i.e. include attributes that need more I/O to fetch) then I see that behavior. But you're right in that iterating over a directory with minimal attributes doesn't generally have additional lookupItem calls in my tests. [quote='885683022, DTS Engineer, /thread/824156?answerId=885683022#885683022'] What kind of filesystem are you working with? [/quote] It's a block device file system. I think maybe cached data wasn't the best word for me to use... I'm referring to references I'm keeping to instances of my subclass of FSItem. I have a helper function implemented on my subclass to get the non-
Topic: App & System Services SubTopic: Core OS Tags:
6d
FB22543589 - Case ID: 102872835864 - TESTFLIGHT: The requested app is not available or does not exist
I'm experiencing a persistent issue where my app uploads successfully to TestFlight and appears in App Store Connect, but internal testers (including myself) receive the following error when attempting to install: Could not install xxxxxxxxx. The requested app is not available or doesn't exist. What works: The build archives and exports successfully via Xcode (local build, Release configuration) The IPA uploads to App Store Connect without errors via eas submit The build appears in TestFlight and passes processing I can add the build to my Internal Testing group Testers receive the TestFlight notification and can see the app What fails: When any tester taps Install or Update, the download begins briefly, then fails with the not available or doesn't exist error This affects all internal testers on the account, not just one device Troubleshooting already completed: Verified code signing is correct: Release configuration uses CODE_SIGN_STYLE = Manual, CODE_SIGN_IDENTITY = iPhone Distribution, with a valid App St
3
0
401
6d
Payment for Developer Program completed but account inactive - Case ID: 102868232846
Hi everyone I’m looking for some help regarding my enrollment. I paid for the Apple Developer Program on April 10th and the funds were fully deducted from my bank account on April 13th. However, my account status has not updated and still shows Enroll Now or Enrollment in progress. I have already contacted support multiple times, but my case hasn't been resolved yet. Case ID: 102868232846 Does anyone know how to speed this up, or can a moderator please look into this? It has been over 10 days and I urgently need to start working on my app distribution. Thanks!
1
0
106
1w
UIKit.ButtonBarButtonVisualProvider not key value coding-compliant for the key _titleButton
After updating to Xcode 26 my XCUITests are now failing as during execution exceptions are being raised and caught by my catch all breakpoint These exceptions are only raised during testing, and seem to be referencing some private internal property. It happens when trying to tap a button based off an accessibilityIdentifier e.g. accessibilityIdentifier = tertiary-button ... ... app.buttons[tertiary-button].tap() The full error is: Thread 1: [ valueForUndefinedKey:]: this class is not key value coding-compliant for the key _titleButton. Anyone found any workarounds or solutions? I need to get my tests running on the liquid glass UI
3
0
599
1w
Reply to macOS Preview appears to hold MTP devices open indefinitely
When the device is connected while Preview is running, I observe the host send OpenSession, then GetDeviceInfo, and then no further MTP commands. I do not see a later CloseSession. I don't know enough about your accessory to be certain about exactly what's going on, but I think what's actually happening here is that Preview is indirectly causing the session to open through its interactions with ImageCaptureCore. However, that also means that Preview doesn't really own/control the device itself; the major role of the ImageCapture framework is to allow multiple apps to interact with the same accessory. The problem is that once this happens, exclusive access to the USB interface is retained, so another application cannot connect to the device. What API are you actually trying to use here? From the device side, there is no obvious way to recover except forcing a USB disconnect/reset or shutting down the USB interface. Well... yes. There's no way for your accessory to know about the state of the connectin
Topic: App & System Services SubTopic: Drivers Tags:
1w
LowLevelInstanceData & animation
AppleOS 26 introduces LowLevelInstanceData that can reduce CPU draw calls significantly by instancing. However, I have noticed trouble with animating each individual instance. As I wanted low-level control, I'm using a custom system and LowLevelInstanceData.replace(using:) to update the transform each frame. The update closure itself is extremely efficient (Xcode Instruments reports nearly no cost). But I noticed extremely high runloop time, reach around 20ms. Time Profiler shows that the CPU is blocked by kernel.release.t6401. I think it is caused by synchronization between CPU and GPU, however, as I am already using a MTLCommandBuffer to coordinate it, I don't understand why I am still seeing large CPU time.
3
0
557
1w
Reply to Subscription Status - Missing Metadata
When I look at my subscriptions in AppStoreConnect - they say Missing Metadata. When I look inside the subscriptions - one of the two has a localization that is showing a status of Prepare for Submission. The other subscription does not have a localization - and there is nothing within the subscription that has a yellow warning alert. Missing Metadata indicates your In-App Purchase has been created, but you have not yet uploaded a screenshot or completed your metadata. For more information, see In-App Purchase statuses. You need to complete all the missing metadata. Confirm you set the price, localization, screenshot for your subscription. Be sure to set localization for the subscription group. For more information, see View and edit In-App Purchase information. After you complete all the required information for a subscription, its status turns to Ready to Submit and it appears in the In-App Purchases and Subscriptions section of App Store Connect. For more information, see Submit an In-App Purchase
1w
Reply to Cellular not initializing on iPadOS 26.4 (resolved by network reset)
I’m having same problem for several days now. Researched for hours and did everything recommended. Restarted ipad, turned off iPad for 30+ seconds Airplane mode on for 30 seconds, then off Turned off cellular data, then back on Reset network setting (Several times) several other things. I finally chatted to Verizon AI. Was told to do all the things I’ve done several times. FINALLY got a real person chat. They got me showing my iPad using my iPhone camera. I was walked through deleting cellular, then adding it back. That worked. I went all over using cellular connection only for at least 5 mins. I closed the chat. Got up this morning and damnit the cellular icon thingy on top right of iPad was not there at all again. I turned off Wi-Fi and I’ll be damned. Cellular connection was working anyway. But WAIT…….about 5 mins later I got a message saying it’s not connected. So I’m not sure what the hell is going on. Going to follow this I guess. And do a long ass chat contact again.
Topic: Community SubTopic: Apple Developers Tags:
1w
Cellular not initializing on iPadOS 26.4 (resolved by network reset)
We are seeing an issue after updating iPads to iPadOS 26.4 where cellular service is lost until network settings are reset. Environment: Devices managed via Apple Business Manager and Microsoft Intune Carrier: Verizon Confirmed affected devices: iPad (9th generation) eSIM Behavior: After update, device shows no cellular service No prompt to re-activate or re-add the cellular plan The plan appears to still be present on the device Workaround observed: Resetting Network Settings restores service Notes: This does not appear to be a provisioning issue (no need to re-add eSIM) Behavior suggests the cellular/eSIM state may not be initializing correctly after update Toggling Cellular or Airplane mode has not yet been tested for service restoration. We have not yet confirmed whether devices using a physical SIM are affected Still gathering data on scope across additional iPad models Additional observation: We have not observed this behavior on iPhones (e.g., iPhone 16 on iOS 26.4 with LTE remains unaffected)
3
0
545
1w
Reply to Xcode Command Line Tools update not wanted, but persists
@BillInPoint Those are the official documentation steps that fixed the issue. We should investigate why isn't working for you. May I ask you to do some experimentation for me before we file a bug? I’m not positive as I did not want to test it in any of my computers, but I believe you can do this by running a few commands by opening the terminal and run the following command to delete the hidden file that triggers the update prompt from this documentation https://discussions.apple.com/thread/254465907?sortBy=rank sudo rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress Sometimes the system is still internally pointing to the deleted developer directory. Resetting it ensures macOS knows the tools are truly gone from https://discussions.apple.com/thread/253466183?sortBy=rank sudo xcode-select --reset Next, clear the cache where macOS stores pending software updates, and force the update daemon to restart from https://discussions.apple.com/thread/253598128?sortBy=rank sudo rm -
1w
Individual Apple Developer Enrollment Still Pending After Payment
I enrolled in the individual Apple Developer Program last Thursday and completed the payment, but my enrollment status is still showing as “pending.” To avoid any verification issues, I have already updated my Apple ID name to match my passport exactly. It has now been several days without any update or progress. I’m concerned that something may be blocking the verification process. Could someone please help check my enrollment status or advise on what I should do next? I would greatly appreciate any assistance, as the delay is affecting my ability to proceed with development. Thank you in advance.
1
0
118
1w
macOS Local Network Permission Prompts Blocking CI Automation
We use TeamCity as our Continuous Integration (CI) solution to build and run automated tests. These are integration tests executed through our 4D application, which is properly code‑signed and notarized. These CI machines are heavily used and build multiple versions per day, making them critical to our development workflow. However, we are experiencing an issue on some machines: after a certain period of time, network communication through our application stops working, while network communication remains fully functional when using third‑party tools (for example, LDAP clients). Based on our investigation, this issue appears to be related to Local Network Privacy management. We have followed the procedure described in Apple’s Technical Note: TN3179: Understanding local network privacy | Apple Developer Documentation to reset network authorizations, but this has not been sufficient to resolve the issue. In addition, our CI environment requires acknowledging a large number of Local Network access permi
2
0
151
1w
Reply to The right way to extend UIRequiredDeviceCapabilities
Hello, We're reviving of a very old app, we need to use the same app-id. The new one requires NFC and, so, it can now only run on iPhone. is it possible to force the UIRequiredDeviceCapabilities ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
6d
Reply to Reclaiming cached data from an `enumerateDirectory` call
[quote='885683022, DTS Engineer, /thread/824156?answerId=885683022#885683022'] my expectation would be that iterating the directory with geattrlistbulk and a minimal attribute set would avoid any additional lookupItem call [/quote] Oh, I think I was a little unclear in what I wrote. What I was trying to say in a call to enumerateDirectory of this nature was that if I call enumerateDirectory with a non-minimal attribute set (i.e. include attributes that need more I/O to fetch) then I see that behavior. But you're right in that iterating over a directory with minimal attributes doesn't generally have additional lookupItem calls in my tests. [quote='885683022, DTS Engineer, /thread/824156?answerId=885683022#885683022'] What kind of filesystem are you working with? [/quote] It's a block device file system. I think maybe cached data wasn't the best word for me to use... I'm referring to references I'm keeping to instances of my subclass of FSItem. I have a helper function implemented on my subclass to get the non-
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
6d
FB22543589 - Case ID: 102872835864 - TESTFLIGHT: The requested app is not available or does not exist
I'm experiencing a persistent issue where my app uploads successfully to TestFlight and appears in App Store Connect, but internal testers (including myself) receive the following error when attempting to install: Could not install xxxxxxxxx. The requested app is not available or doesn't exist. What works: The build archives and exports successfully via Xcode (local build, Release configuration) The IPA uploads to App Store Connect without errors via eas submit The build appears in TestFlight and passes processing I can add the build to my Internal Testing group Testers receive the TestFlight notification and can see the app What fails: When any tester taps Install or Update, the download begins briefly, then fails with the not available or doesn't exist error This affects all internal testers on the account, not just one device Troubleshooting already completed: Verified code signing is correct: Release configuration uses CODE_SIGN_STYLE = Manual, CODE_SIGN_IDENTITY = iPhone Distribution, with a valid App St
Replies
3
Boosts
0
Views
401
Activity
6d
Payment for Developer Program completed but account inactive - Case ID: 102868232846
Hi everyone I’m looking for some help regarding my enrollment. I paid for the Apple Developer Program on April 10th and the funds were fully deducted from my bank account on April 13th. However, my account status has not updated and still shows Enroll Now or Enrollment in progress. I have already contacted support multiple times, but my case hasn't been resolved yet. Case ID: 102868232846 Does anyone know how to speed this up, or can a moderator please look into this? It has been over 10 days and I urgently need to start working on my app distribution. Thanks!
Replies
1
Boosts
0
Views
106
Activity
1w
UIKit.ButtonBarButtonVisualProvider not key value coding-compliant for the key _titleButton
After updating to Xcode 26 my XCUITests are now failing as during execution exceptions are being raised and caught by my catch all breakpoint These exceptions are only raised during testing, and seem to be referencing some private internal property. It happens when trying to tap a button based off an accessibilityIdentifier e.g. accessibilityIdentifier = tertiary-button ... ... app.buttons[tertiary-button].tap() The full error is: Thread 1: [ valueForUndefinedKey:]: this class is not key value coding-compliant for the key _titleButton. Anyone found any workarounds or solutions? I need to get my tests running on the liquid glass UI
Replies
3
Boosts
0
Views
599
Activity
1w
Reply to macOS Preview appears to hold MTP devices open indefinitely
When the device is connected while Preview is running, I observe the host send OpenSession, then GetDeviceInfo, and then no further MTP commands. I do not see a later CloseSession. I don't know enough about your accessory to be certain about exactly what's going on, but I think what's actually happening here is that Preview is indirectly causing the session to open through its interactions with ImageCaptureCore. However, that also means that Preview doesn't really own/control the device itself; the major role of the ImageCapture framework is to allow multiple apps to interact with the same accessory. The problem is that once this happens, exclusive access to the USB interface is retained, so another application cannot connect to the device. What API are you actually trying to use here? From the device side, there is no obvious way to recover except forcing a USB disconnect/reset or shutting down the USB interface. Well... yes. There's no way for your accessory to know about the state of the connectin
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
1w
Reply to Xcode Command Line Tools update not wanted, but persists
Furthermore, Terminal responded that sysdiagnose must be run as root. I don't know how to do that.
Replies
Boosts
Views
Activity
1w
LowLevelInstanceData & animation
AppleOS 26 introduces LowLevelInstanceData that can reduce CPU draw calls significantly by instancing. However, I have noticed trouble with animating each individual instance. As I wanted low-level control, I'm using a custom system and LowLevelInstanceData.replace(using:) to update the transform each frame. The update closure itself is extremely efficient (Xcode Instruments reports nearly no cost). But I noticed extremely high runloop time, reach around 20ms. Time Profiler shows that the CPU is blocked by kernel.release.t6401. I think it is caused by synchronization between CPU and GPU, however, as I am already using a MTLCommandBuffer to coordinate it, I don't understand why I am still seeing large CPU time.
Replies
3
Boosts
0
Views
557
Activity
1w
Reply to Subscription Status - Missing Metadata
When I look at my subscriptions in AppStoreConnect - they say Missing Metadata. When I look inside the subscriptions - one of the two has a localization that is showing a status of Prepare for Submission. The other subscription does not have a localization - and there is nothing within the subscription that has a yellow warning alert. Missing Metadata indicates your In-App Purchase has been created, but you have not yet uploaded a screenshot or completed your metadata. For more information, see In-App Purchase statuses. You need to complete all the missing metadata. Confirm you set the price, localization, screenshot for your subscription. Be sure to set localization for the subscription group. For more information, see View and edit In-App Purchase information. After you complete all the required information for a subscription, its status turns to Ready to Submit and it appears in the In-App Purchases and Subscriptions section of App Store Connect. For more information, see Submit an In-App Purchase
Replies
Boosts
Views
Activity
1w
Reply to Cellular not initializing on iPadOS 26.4 (resolved by network reset)
I’m having same problem for several days now. Researched for hours and did everything recommended. Restarted ipad, turned off iPad for 30+ seconds Airplane mode on for 30 seconds, then off Turned off cellular data, then back on Reset network setting (Several times) several other things. I finally chatted to Verizon AI. Was told to do all the things I’ve done several times. FINALLY got a real person chat. They got me showing my iPad using my iPhone camera. I was walked through deleting cellular, then adding it back. That worked. I went all over using cellular connection only for at least 5 mins. I closed the chat. Got up this morning and damnit the cellular icon thingy on top right of iPad was not there at all again. I turned off Wi-Fi and I’ll be damned. Cellular connection was working anyway. But WAIT…….about 5 mins later I got a message saying it’s not connected. So I’m not sure what the hell is going on. Going to follow this I guess. And do a long ass chat contact again.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
1w
Cellular not initializing on iPadOS 26.4 (resolved by network reset)
We are seeing an issue after updating iPads to iPadOS 26.4 where cellular service is lost until network settings are reset. Environment: Devices managed via Apple Business Manager and Microsoft Intune Carrier: Verizon Confirmed affected devices: iPad (9th generation) eSIM Behavior: After update, device shows no cellular service No prompt to re-activate or re-add the cellular plan The plan appears to still be present on the device Workaround observed: Resetting Network Settings restores service Notes: This does not appear to be a provisioning issue (no need to re-add eSIM) Behavior suggests the cellular/eSIM state may not be initializing correctly after update Toggling Cellular or Airplane mode has not yet been tested for service restoration. We have not yet confirmed whether devices using a physical SIM are affected Still gathering data on scope across additional iPad models Additional observation: We have not observed this behavior on iPhones (e.g., iPhone 16 on iOS 26.4 with LTE remains unaffected)
Replies
3
Boosts
0
Views
545
Activity
1w
Reply to Xcode Command Line Tools update not wanted, but persists
@BillInPoint Those are the official documentation steps that fixed the issue. We should investigate why isn't working for you. May I ask you to do some experimentation for me before we file a bug? I’m not positive as I did not want to test it in any of my computers, but I believe you can do this by running a few commands by opening the terminal and run the following command to delete the hidden file that triggers the update prompt from this documentation https://discussions.apple.com/thread/254465907?sortBy=rank sudo rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress Sometimes the system is still internally pointing to the deleted developer directory. Resetting it ensures macOS knows the tools are truly gone from https://discussions.apple.com/thread/253466183?sortBy=rank sudo xcode-select --reset Next, clear the cache where macOS stores pending software updates, and force the update daemon to restart from https://discussions.apple.com/thread/253598128?sortBy=rank sudo rm -
Replies
Boosts
Views
Activity
1w
Individual Apple Developer Enrollment Still Pending After Payment
I enrolled in the individual Apple Developer Program last Thursday and completed the payment, but my enrollment status is still showing as “pending.” To avoid any verification issues, I have already updated my Apple ID name to match my passport exactly. It has now been several days without any update or progress. I’m concerned that something may be blocking the verification process. Could someone please help check my enrollment status or advise on what I should do next? I would greatly appreciate any assistance, as the delay is affecting my ability to proceed with development. Thank you in advance.
Replies
1
Boosts
0
Views
118
Activity
1w
Reply to Getting a basic URL Filter to work
Did you raise an enhancement request to change the blocked page UI? as currently it shows a message which can confuse user that if site is not loading because of internet or it is blocked by some app.
Replies
Boosts
Views
Activity
1w
macOS Local Network Permission Prompts Blocking CI Automation
We use TeamCity as our Continuous Integration (CI) solution to build and run automated tests. These are integration tests executed through our 4D application, which is properly code‑signed and notarized. These CI machines are heavily used and build multiple versions per day, making them critical to our development workflow. However, we are experiencing an issue on some machines: after a certain period of time, network communication through our application stops working, while network communication remains fully functional when using third‑party tools (for example, LDAP clients). Based on our investigation, this issue appears to be related to Local Network Privacy management. We have followed the procedure described in Apple’s Technical Note: TN3179: Understanding local network privacy | Apple Developer Documentation to reset network authorizations, but this has not been sufficient to resolve the issue. In addition, our CI environment requires acknowledging a large number of Local Network access permi
Replies
2
Boosts
0
Views
151
Activity
1w