Post

Replies

Boosts

Views

Activity

Reply to MacOS app on Sonoma with xcode Version 16.3 (16E140)
these are reverent log entries 2025-06-17 09:01:38.704510-0600 tccd: [com.apple.TCC:events] Publishing <TCCDEvent: type=Delete, service=kTCCServiceScreenCapture, identifier_type=Bundle ID, identifier=com.madwire.Madshot360> to 0 subscribers 2025-06-17 09:02:32.306659-0600 tccd: [com.apple.TCC:events] Publishing <TCCDEvent: type=Delete, service=kTCCServiceScreenCapture, identifier_type=Bundle ID, identifier=com.madwire.Madshot360> to 0 subscribers 2025-06-17 09:01:50.279980-0600 tccd: [com.apple.TCC:access] AUTHREQ_CTX: msgID=..., service=kTCCServiceScreenCapture, preflight=yes, query=1, client_dict=(null) 2025-06-17 09:12:19.999410-0600 tccd: [com.apple.TCC:access] TCCDProcess: identifier=com.apple.audio.coreaudiod attempted to call TCCAccessRequest for kTCCServiceScreenCapture without the recommended entitlement 2025-06-17 09:12:22.463120-0600 tccd: [com.apple.TCC:access] Request message contains a target_token to accessing_process (Zoom, Podcasts, WebKit, etc...) but is not a TCC manager for service: kTCCServiceScreenCapture.
Jun ’25
Reply to MacOS app on Sonoma with xcode Version 16.3 (16E140)
Thank You! All very good information. I have a new piece of information concerning running the tccutil command. My test: I ran this command on my machine three times (with the app running, with the permission toggle on and off. Each time the command worked by completely removing the permission from System Settings. IT's issue. When our IT person runs it on their computer it doesn't remove the permission, it just toggles the permission on and off. This is a huge functionality difference. Why does this command toggle and not remove on their computer when it removes the permission all together.
Jun ’25
Reply to Trying to distribute app to Apple Store
I've followed yours and your suggested instructions and have been able to load my cert. All things look good until I build the app and I get the following error. I'm first pasting the image of my project and then the error information. [https://madshot.net/10c6e510875e.png) Could not launch “Madshot360” Domain: IDELaunchErrorDomain Code: 20 Recovery Suggestion: Runningboard has returned error 5. Please check the system logs for the underlying cause of the error. User Info: { DVTErrorCreationDateKey = "2025-06-10 19:58:02 +0000"; DVTRadarComponentKey = 968756; IDERunOperationFailingWorker = IDELaunchServicesLauncher; } The operation couldn’t be completed. Launch failed. Domain: RBSRequestErrorDomain Code: 5 Failure Reason: Launch failed. Launchd job spawn failed Domain: NSPOSIXErrorDomain Code: 153 Event Metadata: com.apple.dt.IDERunOperationWorkerFinished : { "device_identifier" = "00008112-0004052C22D8A01E"; "device_model" = "Mac14,15"; "device_osBuild" = "15.5 (24F74)"; "device_platform" = "com.apple.platform.macosx"; "device_thinningType" = "Mac14,15"; "dvt_coredevice_version" = "443.19"; "dvt_coresimulator_version" = "1010.10"; "dvt_mobiledevice_version" = "1784.120.3"; "launchSession_schemeCommand" = Run; "launchSession_state" = 1; "launchSession_targetArch" = arm64; "operation_duration_ms" = 235; "operation_errorCode" = 20; "operation_errorDomain" = IDELaunchErrorDomain; "operation_errorWorker" = IDELaunchServicesLauncher; "operation_name" = IDERunOperationWorkerGroup; "param_debugger_attachToExtensions" = 0; "param_debugger_attachToXPC" = 1; "param_debugger_type" = 3; "param_destination_isProxy" = 0; "param_destination_platform" = "com.apple.platform.macosx"; "param_diag_113575882_enable" = 0; "param_diag_MainThreadChecker_stopOnIssue" = 0; "param_diag_MallocStackLogging_enableDuringAttach" = 0; "param_diag_MallocStackLogging_enableForXPC" = 1; "param_diag_allowLocationSimulation" = 1; "param_diag_checker_tpc_enable" = 1; "param_diag_gpu_frameCapture_enable" = 0; "param_diag_gpu_shaderValidation_enable" = 0; "param_diag_gpu_validation_enable" = 0; "param_diag_guardMalloc_enable" = 0; "param_diag_memoryGraphOnResourceException" = 0; "param_diag_mtc_enable" = 1; "param_diag_queueDebugging_enable" = 1; "param_diag_runtimeProfile_generate" = 0; "param_diag_sanitizer_asan_enable" = 0; "param_diag_sanitizer_tsan_enable" = 0; "param_diag_sanitizer_tsan_stopOnIssue" = 0; "param_diag_sanitizer_ubsan_enable" = 0; "param_diag_sanitizer_ubsan_stopOnIssue" = 0; "param_diag_showNonLocalizedStrings" = 0; "param_diag_viewDebugging_enabled" = 1; "param_diag_viewDebugging_insertDylibOnLaunch" = 1; "param_install_style" = 2; "param_launcher_UID" = 2; "param_launcher_allowDeviceSensorReplayData" = 0; "param_launcher_kind" = 0; "param_launcher_style" = 99; "param_launcher_substyle" = 0; "param_runnable_appExtensionHostRunMode" = 0; "param_runnable_productType" = "com.apple.product-type.application"; "param_structuredConsoleMode" = 1; "param_testing_launchedForTesting" = 0; "param_testing_suppressSimulatorApp" = 0; "param_testing_usingCLI" = 0; "sdk_canonicalName" = "macosx15.4"; "sdk_osVersion" = "15.4"; "sdk_variant" = macos; } System Information macOS Version 15.5 (Build 24F74) Xcode 16.3 (23785) (Build 16E140) Timestamp: 2025-06-10T12:58:02-07:00
Jun ’25