Search results for

“show when run”

115,098 results found

Post

Replies

Boosts

Views

Activity

Reply to AI framework usage without user session
[quote='885202022, boilerla220, /thread/820379?answerId=885202022#885202022, /profile/boilerla220'] I guess worth clarifying also is what is meant by user session. [/quote] Right. I generally try to follow the terminology from TN2083 Daemons and Agents. A system extension [1] is effectively a launchd daemon and thus runs in the global context. It can’t reliably access the window server. And any XPC service it calls upon will be similarly restricted. However, the GPU lifecycle isn’t tied directly to the window server lifecycle, so there is some wiggle room there, and that’s the point I’m still working to clarify internally. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Non-DEXT system extensions. DEXTs are weird (-:
Topic: Machine Learning & AI SubTopic: General Tags:
1w
Reply to FIPS140-3 Compliance Intel
I’m not going to be able to answer questions about FIPS compliance, which is more of a legal issue than a technical issue. You might have more luck asking this over in the Apple Support Community, run by Apple Support, and specifically in the Business and Education topic area. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Integrating BugSplat Crash Reporter
[quote='823524021, Youssef-Hammad, /thread/823524, /profile/Youssef-Hammad'] how do crash reporters work on macOS ? [/quote] They don’t )-: Well, not in all circumstances |-: I have a long and involved explanation of crash reporting techniques in Implementing Your Own Crash Reporter. On macOS you have more flexibility than you do on iOS, in that you can do crash reporting both in and out of process. Sadly, neither is a good option: With in-process crash reporting your crash reporter can fail due to the process’s state being corrupted, which is the sort of thing that triggered a crash in the first place. When working out-of-process it’s hard for the crash report to get access to the information it needs in a supported way, that is, something that’ll work in the long term. Regarding your specific issue: [quote='823524021, Youssef-Hammad, /thread/823524, /profile/Youssef-Hammad'] [can I] avoid the normal macOS dialog entirely [/quote] Not in any supported fashion. The issue here is that the exact hook used by th
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to Apple Watch Complication with SF Symbols slightly off-center
I had another think about this. How about using .position(x:, y:) to move the image? Just tried this code, and it looks good for AccessoryCircular, AccessoryInline, AccessoryRectangular, Smart Stack Circular and Smart Stack Rectangular, but is slightly off for AccessoryCorner, so again, you'll have to fiddle with the numbers for at least one of the types: GeometryReader { g in ZStack { // I added this circle to show where it is in the view Circle() .foregroundColor(Color.blue) Image(systemName: circle.dashed) .resizable() .scaledToFit() .foregroundColor(.green) .position(x: g.size.width / 2 + 0.5, y: g.size.height / 2 + 0.5) // The 0.5 is the part that moves it to the right and down a little Text(9/9) .foregroundStyle(.primary) .font(.caption) .fontWeight(.semibold) } .widgetAccentable() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
1w
[Bug] macOS 26.5 Beta 3 – All apps report no internet connection while network works in browser
After updating to macOS 26.5 Beta 3, all applications report no internet connection, even though the system is connected and internet works in browsers. App Store shows “No Internet Connection” Other apps (non-browser) also cannot connect to the internet Web browsers (Chrome) work normally Web browsers safari. not work Internet connectivity is confirmed (websites load correctly)
0
0
124
1w
Error in running ROOT analysis software after the recent update of MacOs and Xcode
I am facing errors in running ROOT on my M4 Air below is the terminal output can you please help me akshatsharma@akshats-MacBook-Air ~ % root /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header __type_traits/add_lvalue_reference.h } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' ------------------------------------------------------------------ | Welcome to ROOT 6.36.06 https://root.cern | | (c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers | | Built for macosxarm64 on Dec 27 2025, 07:23:39 | | From tags
1
0
641
1w
Apple Developer Program Account Issues
Hello Apple Developer Support, I would like to follow up regarding my Apple Developer Program enrollment. I have two order numbers: D004762197 (failed payment attempt on Tuesday, April 14, 2026) D004767639 (successful payment on Thursday, April 16, 2026, invoice received) Currently, my account is still showing Pending and asking to complete the purchase, even though the second payment was successful. It seems my account might still be linked to the failed order. Could you please help link the successful payment and activate my account? Thank you very much.
0
0
34
1w
Using Xcode with Claude Opus 4.7
Has anyone got Xcode working with Opus 4.7? I have Claude Code running 4.7, but Xcode insists on running 4.6. Even working with Claude to try to configure Xcode doesn't work. Apparently Xcode does something that prevents using Opus 4.7. Any reason for this? Xcode has a really nice integration, but I guess It's bak to Terminal and Claude Code if I want to use the better Model. Anyone else got this working?
2
0
140
1w
Enroll identity verification keeps failing, No resolution from support
Dear Apple Team, I need your help resolving an issue that Apple Support has been unable to fix for over two months. Since February 2026, the Apple Developer app has rejected my identity verification every time I attempt to enroll in the Apple Developer Program. I have reached out to Apple Support repeatedly — by email and by phone — and have received no explanation for the failure and no workable solution. My case numbers from these interactions are: 102818147247 102838793176 102842518632 To be direct: I'm not intend to be aggressive, I just exhausted every normal support channel available to me. The responses I have received so far have been polite but ultimately ineffective — the same suggestions are repeated, and no one has investigated the underlying cause. This is not a minor inconvenience. I run PlayPatch Tech as an small team with iOS apps that are blocked from App Store submission entirely because of this enrollment failure. Every week this remains unresolved is a week of lost business. Relev
0
0
97
1w
Reply to iOS 26 regression: `DeviceActivityEvent`: `eventDidReachThreshold` called immediately (instead of waiting till threshold is reached)
@Quappi I'm the confused one. Provide a focused project showing what you trying to accomplish and that the API is doing currently. However you FB numbers you are in contact with the correct team, I would wait for their answer about your questions on that bug report. Albert
  Worldwide Developer Relations.
1w
Reply to Xcode 26 Causing StoreKit Fiasco for macOS?
@BigBalli Thanks, BigBalli. It's not about the product identifier because an old Mac App Store application that has been available also fails in the same manner. Also, it's not about the configuration, because, I created a new one, but an old Mac App Store application still manages to fail in the same manner. The current situation is a total mess. I guess I should not have installed Xcode 26. Now, I cannot even sign in and out of an iCloud account so easily. The System keeps running a progress wheel for an hour. I'm bending towards buying a new Mac mini. I'm waiting for a new model with M5.
Topic: App & System Services SubTopic: StoreKit Tags:
1w
Reply to MacBook Pro m5 can’t recognize two external monitors with same EDID binary serial (only one works at a time)
I'm happy to file a bug if desired and use whatever utilities would help to gather info for that. If you want this to change, filing bugs is the best approach. Keep in mind that this isn't really about the investigation side (the problem itself is well understood), it's about documenting the problems this is creating and that you want us to fix it. Once it's filed, please post the bug number back here so I can make sure it gets to the right place. I just wanted to add my voice to this thread to show that it's more widespread. I'm happy to explain what I can, but bugs are what get problems fixed. I know the Max's have (and I might be saying this wrong) more dedicated graphics cores and maybe that results in dedicated pipelines per monitor which is why it doesn't get confused? Yes, that's basically correct. I know it's not the OS or the kernel (right?) No, it's a kernel/OS issue. The kernel driver needs to be able to reconfigure itself and there needs to be infrastructure in user space to tell the kern
1w
In-App Purchases detaching from app version after submission (auto-renewable subscriptions)
Hi, I’m having an issue where my auto-renewable subscriptions keep detaching from my app version after I submit the build in App Store Connect. Details: App ID: com.growthsync.app Platform: iOS (Capacitor build) Using auto-renewable subscriptions What’s happening: I attach all subscriptions to the app version under “In-App Purchases” Everything looks correct before submission After submitting, the subscriptions become detached or require localisation to be re-entered again This happens every time I resubmit Additional issue: Subscriptions are not working in TestFlight either It feels like they are not properly linked to the binary What I’ve already checked: Product IDs match exactly in code and App Store Connect Subscriptions are in the correct group All localisation fields are filled within character limits Products show as “Ready to Submit” before attaching I reattach them before every submission Questions: Why would subscriptions repeatedly detach after submission? Is this a known App Store Connec
0
0
56
1w
Reply to Time to register a developer account
Same issue i'm experiencing. I paid on the 14th of April, i received the receipt immediately and can see the subsription active but on web it's still showing pending. I've logged 2 tickets but no response since last week Would really love to get this sorted out asap
Replies
Boosts
Views
Activity
1w
Reply to AI framework usage without user session
[quote='885202022, boilerla220, /thread/820379?answerId=885202022#885202022, /profile/boilerla220'] I guess worth clarifying also is what is meant by user session. [/quote] Right. I generally try to follow the terminology from TN2083 Daemons and Agents. A system extension [1] is effectively a launchd daemon and thus runs in the global context. It can’t reliably access the window server. And any XPC service it calls upon will be similarly restricted. However, the GPU lifecycle isn’t tied directly to the window server lifecycle, so there is some wiggle room there, and that’s the point I’m still working to clarify internally. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Non-DEXT system extensions. DEXTs are weird (-:
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to FIPS140-3 Compliance Intel
I’m not going to be able to answer questions about FIPS compliance, which is more of a legal issue than a technical issue. You might have more luck asking this over in the Apple Support Community, run by Apple Support, and specifically in the Business and Education topic area. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
1w
Reply to Integrating BugSplat Crash Reporter
[quote='823524021, Youssef-Hammad, /thread/823524, /profile/Youssef-Hammad'] how do crash reporters work on macOS ? [/quote] They don’t )-: Well, not in all circumstances |-: I have a long and involved explanation of crash reporting techniques in Implementing Your Own Crash Reporter. On macOS you have more flexibility than you do on iOS, in that you can do crash reporting both in and out of process. Sadly, neither is a good option: With in-process crash reporting your crash reporter can fail due to the process’s state being corrupted, which is the sort of thing that triggered a crash in the first place. When working out-of-process it’s hard for the crash report to get access to the information it needs in a supported way, that is, something that’ll work in the long term. Regarding your specific issue: [quote='823524021, Youssef-Hammad, /thread/823524, /profile/Youssef-Hammad'] [can I] avoid the normal macOS dialog entirely [/quote] Not in any supported fashion. The issue here is that the exact hook used by th
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Reply to SMAppService.daemon and AirWatch installation
How is your installer invoking SMAppService? By running the app as a command-line tool from the post-install script? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Reply to Apple Watch Complication with SF Symbols slightly off-center
I had another think about this. How about using .position(x:, y:) to move the image? Just tried this code, and it looks good for AccessoryCircular, AccessoryInline, AccessoryRectangular, Smart Stack Circular and Smart Stack Rectangular, but is slightly off for AccessoryCorner, so again, you'll have to fiddle with the numbers for at least one of the types: GeometryReader { g in ZStack { // I added this circle to show where it is in the view Circle() .foregroundColor(Color.blue) Image(systemName: circle.dashed) .resizable() .scaledToFit() .foregroundColor(.green) .position(x: g.size.width / 2 + 0.5, y: g.size.height / 2 + 0.5) // The 0.5 is the part that moves it to the right and down a little Text(9/9) .foregroundStyle(.primary) .font(.caption) .fontWeight(.semibold) } .widgetAccentable() }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
1w
[Bug] macOS 26.5 Beta 3 – All apps report no internet connection while network works in browser
After updating to macOS 26.5 Beta 3, all applications report no internet connection, even though the system is connected and internet works in browsers. App Store shows “No Internet Connection” Other apps (non-browser) also cannot connect to the internet Web browsers (Chrome) work normally Web browsers safari. not work Internet connectivity is confirmed (websites load correctly)
Replies
0
Boosts
0
Views
124
Activity
1w
Error in running ROOT analysis software after the recent update of MacOs and Xcode
I am facing errors in running ROOT on my M4 Air below is the terminal output can you please help me akshatsharma@akshats-MacBook-Air ~ % root /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header __type_traits/add_lvalue_reference.h } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' ------------------------------------------------------------------ | Welcome to ROOT 6.36.06 https://root.cern | | (c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers | | Built for macosxarm64 on Dec 27 2025, 07:23:39 | | From tags
Replies
1
Boosts
0
Views
641
Activity
1w
Apple Developer Program Account Issues
Hello Apple Developer Support, I would like to follow up regarding my Apple Developer Program enrollment. I have two order numbers: D004762197 (failed payment attempt on Tuesday, April 14, 2026) D004767639 (successful payment on Thursday, April 16, 2026, invoice received) Currently, my account is still showing Pending and asking to complete the purchase, even though the second payment was successful. It seems my account might still be linked to the failed order. Could you please help link the successful payment and activate my account? Thank you very much.
Replies
0
Boosts
0
Views
34
Activity
1w
Using Xcode with Claude Opus 4.7
Has anyone got Xcode working with Opus 4.7? I have Claude Code running 4.7, but Xcode insists on running 4.6. Even working with Claude to try to configure Xcode doesn't work. Apparently Xcode does something that prevents using Opus 4.7. Any reason for this? Xcode has a really nice integration, but I guess It's bak to Terminal and Claude Code if I want to use the better Model. Anyone else got this working?
Replies
2
Boosts
0
Views
140
Activity
1w
Enroll identity verification keeps failing, No resolution from support
Dear Apple Team, I need your help resolving an issue that Apple Support has been unable to fix for over two months. Since February 2026, the Apple Developer app has rejected my identity verification every time I attempt to enroll in the Apple Developer Program. I have reached out to Apple Support repeatedly — by email and by phone — and have received no explanation for the failure and no workable solution. My case numbers from these interactions are: 102818147247 102838793176 102842518632 To be direct: I'm not intend to be aggressive, I just exhausted every normal support channel available to me. The responses I have received so far have been polite but ultimately ineffective — the same suggestions are repeated, and no one has investigated the underlying cause. This is not a minor inconvenience. I run PlayPatch Tech as an small team with iOS apps that are blocked from App Store submission entirely because of this enrollment failure. Every week this remains unresolved is a week of lost business. Relev
Replies
0
Boosts
0
Views
97
Activity
1w
Reply to iOS 26 regression: `DeviceActivityEvent`: `eventDidReachThreshold` called immediately (instead of waiting till threshold is reached)
@Quappi I'm the confused one. Provide a focused project showing what you trying to accomplish and that the API is doing currently. However you FB numbers you are in contact with the correct team, I would wait for their answer about your questions on that bug report. Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
1w
Reply to Xcode 26 Causing StoreKit Fiasco for macOS?
@BigBalli Thanks, BigBalli. It's not about the product identifier because an old Mac App Store application that has been available also fails in the same manner. Also, it's not about the configuration, because, I created a new one, but an old Mac App Store application still manages to fail in the same manner. The current situation is a total mess. I guess I should not have installed Xcode 26. Now, I cannot even sign in and out of an iCloud account so easily. The System keeps running a progress wheel for an hour. I'm bending towards buying a new Mac mini. I'm waiting for a new model with M5.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
1w
Reply to MacBook Pro m5 can’t recognize two external monitors with same EDID binary serial (only one works at a time)
I'm happy to file a bug if desired and use whatever utilities would help to gather info for that. If you want this to change, filing bugs is the best approach. Keep in mind that this isn't really about the investigation side (the problem itself is well understood), it's about documenting the problems this is creating and that you want us to fix it. Once it's filed, please post the bug number back here so I can make sure it gets to the right place. I just wanted to add my voice to this thread to show that it's more widespread. I'm happy to explain what I can, but bugs are what get problems fixed. I know the Max's have (and I might be saying this wrong) more dedicated graphics cores and maybe that results in dedicated pipelines per monitor which is why it doesn't get confused? Yes, that's basically correct. I know it's not the OS or the kernel (right?) No, it's a kernel/OS issue. The kernel driver needs to be able to reconfigure itself and there needs to be infrastructure in user space to tell the kern
Replies
Boosts
Views
Activity
1w
In-App Purchases detaching from app version after submission (auto-renewable subscriptions)
Hi, I’m having an issue where my auto-renewable subscriptions keep detaching from my app version after I submit the build in App Store Connect. Details: App ID: com.growthsync.app Platform: iOS (Capacitor build) Using auto-renewable subscriptions What’s happening: I attach all subscriptions to the app version under “In-App Purchases” Everything looks correct before submission After submitting, the subscriptions become detached or require localisation to be re-entered again This happens every time I resubmit Additional issue: Subscriptions are not working in TestFlight either It feels like they are not properly linked to the binary What I’ve already checked: Product IDs match exactly in code and App Store Connect Subscriptions are in the correct group All localisation fields are filled within character limits Products show as “Ready to Submit” before attaching I reattach them before every submission Questions: Why would subscriptions repeatedly detach after submission? Is this a known App Store Connec
Replies
0
Boosts
0
Views
56
Activity
1w