HomeKit API Add Accessory Issue

Hi,

Im having an issue adding an accessory into the HomeKit manager. Im having an issue with adding the accessory after discovering the device.

Im using the HomeKit Accessory Simulator

The error is:

2022-04-17 20:01:20.157053-0400 LightSwitch[98255:3066692] validateSessionInfo: bundleID is invalid. Please specify the bundleID for kRTCReportingSessionInfoClientBundleID

2022-04-17 20:01:20.210457-0400 LightSwitch[98255:3066692] sendMessageWithDictionary: Failed to get remote object proxy: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.rtcreportingd" UserInfo={NSDebugDescription=connection to service named com.apple.rtcreportingd}

2022-04-17 20:01:20.210791-0400 LightSwitch[98255:3066692] startConfigurationWithCompletionHandler: Failed to get remote object proxy: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service named com.apple.rtcreportingd" UserInfo={NSDebugDescription=connection to service named com.apple.rtcreportingd}


		

Please see screenshot of the Xcode error

I've looked into StackOverflow, GitHub repositories and countless documentation pages for a way to get an app with HomeKit working. I still can't wrap my head around why this is not getting addressed by any Apple developer. I've tried the implementation in Apple's original documentation and it returns the same error.

HomeKit API Add Accessory Issue
 
 
Q