WidgetKit Simulator is missing in first Sequoia beta?

I updated to Sequoia beta 1 and seem to have lost the macOS widgetkit simulator. is this expected?

My other mac running sonoma still has the simulator located at:

/System/Library/CoreServices/WidgetKit Simulator.app

trying to launch my widgets from Xcode 16 beta on my mac running sequoia results in this error:

Couldn't find LSBundleProxy for provided bundle identifier: com.apple.widgetkit.simulator
Domain: com.apple.dt.deviceservices.error
Code: 3
User Info: {
    DVTErrorCreationDateKey = "2024-06-18 07:51:54 +0000";
    IDERunOperationFailingWorker = IDELaunchServicesLauncher;
}
--

Event Metadata: com.apple.dt.IDERunOperationWorkerFinished : {
    "device_identifier" = "00008112-0006250411FB401E";
    "device_model" = "Mac14,2";
    "device_osBuild" = "15.0 (24A5264n)";
    "device_platform" = "com.apple.platform.macosx";
    "device_thinningType" = "Mac14,2";
    "dvt_coredevice_version" = "397.3.5.1";
    "dvt_coresimulator_version" = 980;
    "dvt_mobiledevice_version" = "1757.0.0.101.1";
    "launchSession_schemeCommand" = Run;
    "launchSession_state" = 1;
    "launchSession_targetArch" = arm64;
    "operation_duration_ms" = 1;
    "operation_errorCode" = 3;
    "operation_errorDomain" = "com.apple.dt.deviceservices.error";
    "operation_errorWorker" = IDELaunchServicesLauncher;
    "operation_name" = IDERunOperationWorkerGroup;
    "param_debugger_attachToExtensions" = 1;
    "param_debugger_attachToXPC" = 1;
    "param_debugger_type" = 1;
    "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_memoryGraphOnResourceException" = 0;
    "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_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" = 0;
    "param_launcher_substyle" = 2;
    "param_runnable_appExtensionHostRunMode" = 1;
    "param_runnable_productType" = "com.apple.product-type.app-extension";
    "param_structuredConsoleMode" = 1;
    "param_testing_launchedForTesting" = 0;
    "param_testing_suppressSimulatorApp" = 0;
    "param_testing_usingCLI" = 0;
    "sdk_canonicalName" = "macosx15.0";
    "sdk_osVersion" = "15.0";
    "sdk_variant" = macos;
}
--


System Information

macOS Version 15.0 (Build 24A5264n)
Xcode 16.0 (23037.4) (Build 16A5171c)
Timestamp: 2024-06-18T19:51:54+12:00
Answered by Developer Tools Engineer in 791568022

This is a known issue, see the release notes: https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes

WidgetKit Known Issues WidgetKit Simulator is not available. (126989860)

加q 2099961945 帮你看下

Accepted Answer

This is a known issue, see the release notes: https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes

WidgetKit Known Issues WidgetKit Simulator is not available. (126989860)

WidgetKit Simulator is missing in first Sequoia beta?
 
 
Q