Symbol not found when running iPad app in Vision Pro Simulator

When I try to run my iPad app in the simulator, I get this error:

dyld[25133]: Symbol not found: _$s21DeveloperToolsSupport15PreviewRegistryPAAE04makeD0AA0D0VyKFZ
  Referenced from: <40E6A0C8-6B05-3C87-8F68-D333EF2586EA> /Users/me/Library/Developer/CoreSimulator/Devices/DAE1996F-4A59-49CA-B55D-FE2AF0E6461F/data/Containers/Bundle/Application/B49E91FE-89D5-4496-831D-31B87A6F1170/My.app/My
  Expected in:     <31FB64EE-D651-3287-9607-1ED38855E80F> /Library/Developer/CoreSimulator/Volumes/xrOS_21N5165g/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/DeveloperToolsSupport.framework/DeveloperToolsSupport
Message from debugger: killed

Is this a bug, my iPad app is not compatible or there's something I need to do?

I tried adding a new target to my project just in case the issue was with the current target I was trying to run but I get the same error even if the new target doesn't include any of the components of the other target and is just a plain "Hello, world" SwiftUI app.

I experience the same with XCode 15 beta running on macOS 14.0 Sonoma beta when running a blank SwiftUI mac app

Hi, I see a couple bug reports about this, looks like it's being fixed.

iOS 17 beta 3 (July 11) still has this problem

Symbol not found when running iPad app in Vision Pro Simulator
 
 
Q