Commissioning failure to iOS system fabric

Hi,

When I use MatterAddDeviceRequest api in MatterSupport, system pop-up shows error after CASE session.

After getting Commissioning complete status, it gets unexpected error as follow.

error	20:03:52.483305+0900	homed	[CHIPAccessoryServer[2929489573/1]] Failed to retrieve serial number: Error Domain=MTRInteractionErrorDomain Code=134 "The specified attribute or attribute data field or entry does not exist on the device." UserInfo={NSLocalizedDescription=The specified attribute or attribute data field or entry does not exist on the device.}
2error	20:03:52.483479+0900	homed	[CHIPAccessoryServer[2929489573/1]] Failed to fetch serial number of CHIP Accessory with error Error Domain=MTRInteractionErrorDomain Code=134 "The specified attribute or attribute data field or entry does not exist on the device." 
3UserInfo={NSLocalizedDescription=The specified attribute or attribute data field or entry does not exist on the device.}

Serial number is optional for Matter spec. Could you please tell me why this error occurs?

Here is the console log,

default	20:03:52.311598+0900	homed	DevicePairingDelegate Commissioning complete. NodeId 2929489573 Status ../../../../../../../../Sources/CHIPFramework/connectedhomeip/src/controller/CHIPDeviceController.cpp:1962: Success ////
2default	20:03:52.311708+0900	homed	🟢 [1669201432311] [145:1833690] CHIP: [DMG] ICR moving to [AwaitingDe]

default	20:03:52.313643+0900	homed	🟢 [1669201432313] [145:1833690] CHIP: [CTL] OperationalSessionSetup[1:00000000AE9C76A5]: State change 1 --> 5
20default	20:03:52.313684+0900	homed	🟢 [1669201432313] [145:1833690] CHIP: [DMG] SendReadRequest ReadClient[0x9008c1a80]: Sending Read Request
21default	20:03:52.313947+0900	homed	🔵 [1669201432313] [145:1833690] CHIP: [IN] Prepared secure message 0x9008b6ab8 to 0x00000000AE9C76A5 (1)  of type 0x2 and protocolId (0, 1) on exchange 52688i with MessageCounter:24415435.
22default	20:03:52.313988+0900	homed	🔵 [1669201432313] [145:1833690] CHIP: [IN] Sending encrypted msg 0x9008b6ab8 with MessageCounter:24415435 to 0x00000000AE9C76A5 (1) at monotonic time: 000000002E0C7575 msec
23default	20:03:52.314301+0900	homed	🟢 [1669201432314] [145:1833690] CHIP: [DMG] MoveToState ReadClient[0x9008c1a80]: Moving to [AwaitingIn]
24default	20:03:52.401751+0900	homed	🔵 [1669201432384] [145:1833686] CHIP: [DIS] Checking node lookup status after 202 ms
25default	20:03:52.401818+0900	homed	🟢 [1669201432384] [145:1833686] CHIP: [DIS] OperationalSessionSetup[1:00000000AE9C76A5]: Updating device address to UDP:[fe80::464f:8eff:fe02:f596%en0]:5540 while in state 2
26default	20:03:52.401899+0900	homed	🟢 [1669201432384] [145:1833686] CHIP: [CTL] OperationalSessionSetup[1:00000000AE9C76A5]: State change 2 --> 3
27default	20:03:52.480226+0900	homed	🔵 [1669201432480] [145:1833686] CHIP: [EM] Received message of type 0x10 with protocolId (0, 0) and MessageCounter:71854311 on exchange 52687i
28
29error	20:03:52.480473+0900	homed	🔴 [1669201432480] [145:1833686] CHIP: [EM] OnMessageReceived failed, err = ../../../../../../../../Sources/CHIPFramework/connectedhomeip/src/messaging/ExchangeMgr.cpp:275: CHIP Error 0x00000070: Unsolicited msg with originator bit clear
30
31default	20:03:52.480604+0900	homed	🔵 [1669201432480] [145:1833686] CHIP: [EM] Received message of type 0x5 with protocolId (0, 1) and MessageCounter:71854312 on exchange 52688i
32default	20:03:52.480709+0900	homed	🟢 [1669201432480] [145:1833686] CHIP: [EM] Found matching exchange: 52688i, Delegate: 0x9008c1a90
33default	20:03:52.482672+0900	homed	🟢 [1669201432480] [145:1833686] CHIP: [EM] Rxd Ack; Removing MessageCounter:24415435 from Retrans Table on exchange 52688i
34default	20:03:52.482789+0900	homed	🟢 [1669201432480] [145:1833686] CHIP: [EM] Removed CHIP MessageCounter:24415435 from RetransTable on exchange 52688i
35default	20:03:52.482897+0900	homed	🟢 [1669201432481] [145:1833686] CHIP: [EM] Sending Standalone Ack for MessageCounter:71854312 on exchange 52688i
36default	20:03:52.482974+0900	homed	🔵 [1669201432481] [145:1833686] CHIP: [IN] Prepared secure message 0x16d319228 to 0x00000000AE9C76A5 (1)  of type 0x10 and protocolId (0, 0) on exchange 52688i with MessageCounter:24415436.
37default	20:03:52.483037+0900	homed	🔵 [1669201432481] [145:1833686] CHIP: [IN] Sending encrypted msg 0x16d319228 with MessageCounter:24415436 to 0x00000000AE9C76A5 (1) at monotonic time: 000000002E0C761D msec
38default	20:03:52.483129+0900	homed	🟢 [1669201432481] [145:1833686] CHIP: [EM] Flushed pending ack for MessageCounter:71854312 on exchange 52688i
39default	20:03:52.483239+0900	homed	🟢 [1669201432482] [145:1833686] CHIP: [CTL] Response Time: PFvPvN4chip4SpanIKcEEE+1193323840 0.168765 seconds
40
41error	20:03:52.483305+0900	homed	[CHIPAccessoryServer[2929489573/1]] Failed to retrieve serial number: Error Domain=MTRInteractionErrorDomain Code=134 "The specified attribute or attribute data field or entry does not exist on the device." UserInfo={NSLocalizedDescription=The specified attribute or attribute data field or entry does not exist on the device.}
42error	20:03:52.483479+0900	homed	[CHIPAccessoryServer[2929489573/1]] Failed to fetch serial number of CHIP Accessory with error Error Domain=MTRInteractionErrorDomain Code=134 "The specified attribute or attribute data field or entry does not exist on the device." 
43UserInfo={NSLocalizedDescription=The specified attribute or attribute data field or entry does not exist on the device.}

error	20:03:53.035959+0900	homed	[CHIPPluginDescriptorClusterManager] Mandatory characteristic <private> cannot be found in clusters in use at endpoint 1.

error	20:03:54.150008+0900	HomeUIService	[45A57529-5E82-4090-94F2-80EE3A383CA7] Failed to stage CHIP accessory pairing in steps: Error Domain=HMErrorDomain Code=2
error	20:03:54.150338+0900	HomeUIService	-[HSSetupStateMachineCHIPPartnerConfiguration stageCHIPAccessory]_block_invoke Failed to stage CHIP accessory: Error Domain=HMErrorDomain Code=2
default	20:03:54.150574+0900	HomeUIService	stageCHIPAccessory hit error Error Domain=HMErrorDomain Code=2

Thank you.

Commissioning failure to iOS system fabric
 
 
Q