You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling Matter Framework in iOS, we get the following:
<workspace>/Matter.framework/Headers/MTRSetupPayload.h:64:1: error:
'assign' property of object type may become a dangling reference; consider using 'unsafe_unretained' [-Werror,-Wobjc-property-assign-on-object-type]
@property (nonatomic, assign, nullable) NSNumber * rendezvousInformation;
The text was updated successfully, but these errors were encountered:
When compiling Matter Framework in iOS, we get the following:
The text was updated successfully, but these errors were encountered: