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
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
when starting DiagnosticsMode, either via the app or the terminal command, I get the following errors:
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x152712de0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x152713e10> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x15420ca40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
Hi,
when starting DiagnosticsMode, either via the app or the terminal command, I get the following errors:
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x152712de0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x152713e10> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
2024-10-17 13:29:30.528 TINU[48974:25398410] Failed to set (useBottomMargin) user defined inspected property on (TINU.ChoseButton): [<TINU.ChoseButton 0x15420ca40> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key useBottomMargin.
Any idea how to fix that?
Thanks
Gerald