Search results for

“show when run”

115,095 results found

Post

Replies

Boosts

Views

Activity

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
120
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
Apple Developer Program enrollment stuck on Pending – Payment charged on March 30
Hello, I enrolled in the Apple Developer Program on March 30, 2026. The payment was successfully charged to my card and I received the receipt from Apple. However, my account is still showing Pending status for more than a week now. I submitted a support request but have not received any response yet. Order Number: W1557188249 Has anyone else experienced this recently? Did contacting Apple support help resolve it? Any guidance would be appreciated.
6
0
188
1w
Enrollment Issue: Developer Program Membership Payment Not Reflected
Dear Apple Developer Support Team, I am writing to request assistance with my Apple Developer Program membership status. On Wednesday, April 15, I completed the payment of $99 for a one-year individual membership. However, five days have passed, and my account status has not yet been updated. When I log into the Apple Developer portal, it continues to prompt me to Purchase Membership rather than showing my account as active. Could you please review my account and manually update the enrollment status so I can begin using the developer services? If there is any additional information required from my side, please let me know. Thank you for your time and assistance. Best regards, Ibrahim Asery
1
0
96
1w
Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
I have an orphaned asset folder taking up 9.13GB located at: /System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime/c0d3fd05106683ba0b3680d4d1afec65f098d700.asset It contains SimulatorRuntimeAsset version 18.5 (Build 22F77). Active Version: My current Xcode setup is using version 26.2 (Build 23C54). I checked the plist files in the directory and found what seems to be the cause of the issue: The Never Collected Flag: The Info.plist inside the orphaned asset folder explicitly sets the garbage collection behavior to NeverCollected: __AssetDefaultGarbageCollectionBehavior NeverCollected The Catalog Mismatch: The master catalog file (com_apple_MobileAsset_iOSSimulatorRuntime.xml) in the parent directory only lists the new version (26.2). Because the old version (18.5) is missing from this XML, Xcode and mobileassetd seem to have lost track of it entirely. What I Have Tried (All Failed) Xcode Components: The version 18.5 does not appear in Settings -> Components, so I cannot delete it via the GUI. S
17
0
1.2k
1w
Xcode 26.4 rc
Since 26.4 beta 3 I've been having errors after a few hours of using Claude Agent. I get an error stating that I am not authed. If I go into Xcode settings, it still shows I am signed into Claude Agent. I have click sign out and then go through the whole auth process again to start using the agent again. This is on two separate computers. Is there anything I can do to stop this behaviour and stay logged in for longer? It worked fine in 26.3.
24
0
1.6k
1w
Provisioning profile missing `com.apple.developer.shazamkit` despite App Services checkbox enabled (Team MCN4U9B2K4)
Hi all, and particularly @Eskimo if you spot this — I believe I'm reproducing the backend issuance bug reported in thread 816377 (https://developer.apple.com/forums/thread/816377) on a different Team ID and would like a second pair of eyes before I burn a TSI. Feedback Assistant filed as FB22582333. Team ID: MCN4U9B2K4 · Bundle ID: com.michaeltocco.Sanbox · Xcode 17 · iOS 18.5 · Automatic signing Setup App ID com.michaeltocco.Sanbox has ShazamKit ticked in App Services; persists through portal reloads. Local entitlements file declares com.apple.developer.shazamkit = YES only (no MusicKit client entitlement, per DTS guidance in thread 799000: https://developer.apple.com/forums/thread/799000). CODE_SIGN_ENTITLEMENTS set in both Debug and Release XCBuildConfiguration buildSettings. NSMicrophoneUsageDescription and NSAppleMusicUsageDescription are both present in the generated Info.plist. What Xcode reports After wiping DerivedData and any Sanbox-matching profiles and running xcodebuild … -allowProvision
2
0
146
1w
ShazamKit enabled on App ID but provisioning profiles do not include com.apple.developer.shazamkit entitlement
Hi, I’m a paid Apple Developer Program member and I’m seeing an entitlement issuance issue with ShazamKit. ShazamKit is enabled for my App ID (com.tomharris.dnbidfinder) in Certificates, Identifiers & Profiles. However, every iOS Development provisioning profile I generate does not include the entitlement: com.apple.developer.shazamkit verified this by decoding the downloaded .mobileprovision file: security cms -D -i .mobileprovision | /usr/libexec/PlistBuddy -c Print :Entitlements /dev/stdin The entitlement dictionary does not contain the ShazamKit key. Because of this: • The signed .app does not contain the Shazam entitlement • SHSession.match(signature) fails on device • I receive ShazamKit runtime error 201 / 212 I’ve already: • Toggled ShazamKit off and back on for the App ID • Created new provisioning profiles • Created a brand new App ID to test • Refreshed profiles in Xcode The portal UI shows ShazamKit as enabled, but the entitlement is not being issued into provisioning profiles. Has an
2
0
111
1w
Reply to Provisioning profile missing com.apple.developer.family-controls entitlement despite approved capability
AFAICT, based on my view of your capabilities, this additional capability was assigned to your team correctly. Specifically, the capability enables com.apple.developer.family-controls for Development, Ad hoc, and App Store distribution for these App IDs: Q________K.c__.j________.u____________r Q________K.c__.j________.u____________r.device-activity-monitor Q________K.c__.j________.u____________r.shield-configuration Q________K.c__.j________.u____________r.shield-action Note Recently we’ve started enabling the capability for the entire team, rather than for specific App IDs, but your request was processed before that policy change. Please run this experiment: Navigate to Developer > Account > Identifiers. Select one of the App IDs from the above list. Make sure the Family Controls (Distribution) capability is enabled for on it. Now navigate to Developer > Account > Profiles. Click the add (+) button to start creating a new profile. Select App Store Connect and click Continue. Select the sa
1w
All Apps Showing “Removed from Sale” Suddenly – No Changes Made
Hi everyone, We are currently facing an issue in our App Store Connect account where all of our production apps are suddenly showing the status “Removed from Sale.” This happened unexpectedly, and: We did NOT make any manual changes to app availability No recent app rejections or guideline violations were received Agreements, Tax & Banking section shows no pending actions TestFlight builds are still working fine We also have not received any clear communication from Apple explaining the reason for this. This is affecting all our live apps and impacting business operations. Has anyone else faced a similar issue recently? Could this be related to account-level restrictions or any recent policy updates? Any guidance or suggestions would be greatly appreciated. Thanks in advance!
3
0
132
1w
Reply to All Apps Showing “Removed from Sale” Suddenly – No Changes Made
Thank you for your response. The apps currently showing as “Removed from Sale” include Chempaka (Apple ID : 6755381705), Cable Pay(App ID: 6743302438), Cable Pay Manager (App ID: 6743435177), Cable Pay Collection (App ID: 6450891844), Ironit (App ID: 6752390244), Laundry Ace (App ID: 6745163249) and Wetland Wash (App ID: 6757422397. This status has affected our entire catalog. We believe this account-wide status is linked to the pending investigation regarding Guideline 3.2(f). Regarding this matter, we want to confirm that we have taken the following corrective actions: Voluntary Removal of Affected App: We have already removed the app FortuNova (App ID: 6755808436), which was the subject of the termination notice, from our account. Formal Appeal: We submitted a detailed appeal and corrective action plan to the App Review Board on April 20, 2026, outlining our commitment to maintaining the integrity of the App Store. As FortuNova has been removed and is no longer part of our active offerings, we kin
1w
Reply to SwiftUI Text rendering with too small height / one line missing causing unexpected text truncation on iPhone devices
Thank you for the reply Travis. I know the view debugger, but I didn't see anything interesting there. A screenshot is below. However, your mention of Typography was a good hint. I actually had an accessibility font active on my iPhone device, but forgot about that. Note that this sample app is extracted from a bigger app, where we run into this issue where there's no dynamic type support. I also confirmed that changing the accessibility font size doesn't change the bug or font in the main app. With my sample I confirmed this happens with the default font / Font.body and DynamicTypeSize.medium. With that I can now also reproduce the issue in the iPhone simulator. struct ContentView: View { var body: some View { Text(txt) .dynamicTypeSize(.medium) .fixedSize(horizontal: false, vertical: true) .padding(.horizontal, 20) .frame(maxHeight: .infinity) } } View Debugger iPhone device screenshot View Debugger iPhone sim screenshot
Topic: UI Frameworks SubTopic: SwiftUI Tags:
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
120
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
Apple Developer Program enrollment stuck on Pending – Payment charged on March 30
Hello, I enrolled in the Apple Developer Program on March 30, 2026. The payment was successfully charged to my card and I received the receipt from Apple. However, my account is still showing Pending status for more than a week now. I submitted a support request but have not received any response yet. Order Number: W1557188249 Has anyone else experienced this recently? Did contacting Apple support help resolve it? Any guidance would be appreciated.
Replies
6
Boosts
0
Views
188
Activity
1w
Enrollment Issue: Developer Program Membership Payment Not Reflected
Dear Apple Developer Support Team, I am writing to request assistance with my Apple Developer Program membership status. On Wednesday, April 15, I completed the payment of $99 for a one-year individual membership. However, five days have passed, and my account status has not yet been updated. When I log into the Apple Developer portal, it continues to prompt me to Purchase Membership rather than showing my account as active. Could you please review my account and manually update the enrollment status so I can begin using the developer services? If there is any additional information required from my side, please let me know. Thank you for your time and assistance. Best regards, Ibrahim Asery
Replies
1
Boosts
0
Views
96
Activity
1w
Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
I have an orphaned asset folder taking up 9.13GB located at: /System/Library/AssetsV2/com_apple_MobileAsset_iOSSimulatorRuntime/c0d3fd05106683ba0b3680d4d1afec65f098d700.asset It contains SimulatorRuntimeAsset version 18.5 (Build 22F77). Active Version: My current Xcode setup is using version 26.2 (Build 23C54). I checked the plist files in the directory and found what seems to be the cause of the issue: The Never Collected Flag: The Info.plist inside the orphaned asset folder explicitly sets the garbage collection behavior to NeverCollected: __AssetDefaultGarbageCollectionBehavior NeverCollected The Catalog Mismatch: The master catalog file (com_apple_MobileAsset_iOSSimulatorRuntime.xml) in the parent directory only lists the new version (26.2). Because the old version (18.5) is missing from this XML, Xcode and mobileassetd seem to have lost track of it entirely. What I Have Tried (All Failed) Xcode Components: The version 18.5 does not appear in Settings -> Components, so I cannot delete it via the GUI. S
Replies
17
Boosts
0
Views
1.2k
Activity
1w
Xcode 26.4 rc
Since 26.4 beta 3 I've been having errors after a few hours of using Claude Agent. I get an error stating that I am not authed. If I go into Xcode settings, it still shows I am signed into Claude Agent. I have click sign out and then go through the whole auth process again to start using the agent again. This is on two separate computers. Is there anything I can do to stop this behaviour and stay logged in for longer? It worked fine in 26.3.
Replies
24
Boosts
0
Views
1.6k
Activity
1w
Provisioning profile missing `com.apple.developer.shazamkit` despite App Services checkbox enabled (Team MCN4U9B2K4)
Hi all, and particularly @Eskimo if you spot this — I believe I'm reproducing the backend issuance bug reported in thread 816377 (https://developer.apple.com/forums/thread/816377) on a different Team ID and would like a second pair of eyes before I burn a TSI. Feedback Assistant filed as FB22582333. Team ID: MCN4U9B2K4 · Bundle ID: com.michaeltocco.Sanbox · Xcode 17 · iOS 18.5 · Automatic signing Setup App ID com.michaeltocco.Sanbox has ShazamKit ticked in App Services; persists through portal reloads. Local entitlements file declares com.apple.developer.shazamkit = YES only (no MusicKit client entitlement, per DTS guidance in thread 799000: https://developer.apple.com/forums/thread/799000). CODE_SIGN_ENTITLEMENTS set in both Debug and Release XCBuildConfiguration buildSettings. NSMicrophoneUsageDescription and NSAppleMusicUsageDescription are both present in the generated Info.plist. What Xcode reports After wiping DerivedData and any Sanbox-matching profiles and running xcodebuild … -allowProvision
Replies
2
Boosts
0
Views
146
Activity
1w
ShazamKit enabled on App ID but provisioning profiles do not include com.apple.developer.shazamkit entitlement
Hi, I’m a paid Apple Developer Program member and I’m seeing an entitlement issuance issue with ShazamKit. ShazamKit is enabled for my App ID (com.tomharris.dnbidfinder) in Certificates, Identifiers & Profiles. However, every iOS Development provisioning profile I generate does not include the entitlement: com.apple.developer.shazamkit verified this by decoding the downloaded .mobileprovision file: security cms -D -i .mobileprovision | /usr/libexec/PlistBuddy -c Print :Entitlements /dev/stdin The entitlement dictionary does not contain the ShazamKit key. Because of this: • The signed .app does not contain the Shazam entitlement • SHSession.match(signature) fails on device • I receive ShazamKit runtime error 201 / 212 I’ve already: • Toggled ShazamKit off and back on for the App ID • Created new provisioning profiles • Created a brand new App ID to test • Refreshed profiles in Xcode The portal UI shows ShazamKit as enabled, but the entitlement is not being issued into provisioning profiles. Has an
Replies
2
Boosts
0
Views
111
Activity
1w
Reply to Provisioning profile missing com.apple.developer.family-controls entitlement despite approved capability
AFAICT, based on my view of your capabilities, this additional capability was assigned to your team correctly. Specifically, the capability enables com.apple.developer.family-controls for Development, Ad hoc, and App Store distribution for these App IDs: Q________K.c__.j________.u____________r Q________K.c__.j________.u____________r.device-activity-monitor Q________K.c__.j________.u____________r.shield-configuration Q________K.c__.j________.u____________r.shield-action Note Recently we’ve started enabling the capability for the entire team, rather than for specific App IDs, but your request was processed before that policy change. Please run this experiment: Navigate to Developer > Account > Identifiers. Select one of the App IDs from the above list. Make sure the Family Controls (Distribution) capability is enabled for on it. Now navigate to Developer > Account > Profiles. Click the add (+) button to start creating a new profile. Select App Store Connect and click Continue. Select the sa
Replies
Boosts
Views
Activity
1w
All Apps Showing “Removed from Sale” Suddenly – No Changes Made
Hi everyone, We are currently facing an issue in our App Store Connect account where all of our production apps are suddenly showing the status “Removed from Sale.” This happened unexpectedly, and: We did NOT make any manual changes to app availability No recent app rejections or guideline violations were received Agreements, Tax & Banking section shows no pending actions TestFlight builds are still working fine We also have not received any clear communication from Apple explaining the reason for this. This is affecting all our live apps and impacting business operations. Has anyone else faced a similar issue recently? Could this be related to account-level restrictions or any recent policy updates? Any guidance or suggestions would be greatly appreciated. Thanks in advance!
Replies
3
Boosts
0
Views
132
Activity
1w
Reply to All Apps Showing “Removed from Sale” Suddenly – No Changes Made
Thank you for your response. The apps currently showing as “Removed from Sale” include Chempaka (Apple ID : 6755381705), Cable Pay(App ID: 6743302438), Cable Pay Manager (App ID: 6743435177), Cable Pay Collection (App ID: 6450891844), Ironit (App ID: 6752390244), Laundry Ace (App ID: 6745163249) and Wetland Wash (App ID: 6757422397. This status has affected our entire catalog. We believe this account-wide status is linked to the pending investigation regarding Guideline 3.2(f). Regarding this matter, we want to confirm that we have taken the following corrective actions: Voluntary Removal of Affected App: We have already removed the app FortuNova (App ID: 6755808436), which was the subject of the termination notice, from our account. Formal Appeal: We submitted a detailed appeal and corrective action plan to the App Review Board on April 20, 2026, outlining our commitment to maintaining the integrity of the App Store. As FortuNova has been removed and is no longer part of our active offerings, we kin
Replies
Boosts
Views
Activity
1w
Reply to SwiftUI Text rendering with too small height / one line missing causing unexpected text truncation on iPhone devices
Thank you for the reply Travis. I know the view debugger, but I didn't see anything interesting there. A screenshot is below. However, your mention of Typography was a good hint. I actually had an accessibility font active on my iPhone device, but forgot about that. Note that this sample app is extracted from a bigger app, where we run into this issue where there's no dynamic type support. I also confirmed that changing the accessibility font size doesn't change the bug or font in the main app. With my sample I confirmed this happens with the default font / Font.body and DynamicTypeSize.medium. With that I can now also reproduce the issue in the iPhone simulator. struct ContentView: View { var body: some View { Text(txt) .dynamicTypeSize(.medium) .fixedSize(horizontal: false, vertical: true) .padding(.horizontal, 20) .frame(maxHeight: .infinity) } } View Debugger iPhone device screenshot View Debugger iPhone sim screenshot
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
1w
Reply to Xcode Cloud: Unable to Notarize macOS App (Stuck in Infinite Waiting)
Same issue. Also added feedback FB22488912 The thing is if you use xcrun notarytool log and xcrun notarytool info - those would show that Notarization steps succeeded. The issue is with Xcode Cloud, that for some reason it does not pull the correct status.
Replies
Boosts
Views
Activity
1w