ITzTravelInTime / TINU

TINU: The open tool to create bootable macOS installers.
GNU General Public License v2.0
496 stars 37 forks source link

Error when starting DiagnosticsMode #26

Open balzercomp opened 1 month ago

balzercomp commented 1 month ago

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