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
No known class method for selector 'imageWithSystemSymbolName:accessibilityDescription:' during compilation:
/Users/<user>/Downloads/sus-inspector-master/SUS Inspector/SIOperationManager.m:137:36: error: no known class method for selector 'imageWithSystemSymbolName:accessibilityDescription:'
iconFolderSmart = [NSImage imageWithSystemSymbolName:@"folder" accessibilityDescription:@"Folder"];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/<user>/Downloads/sus-inspector-master/SUS Inspector/SIOperationManager.m:192:36: error: no known class method for selector 'imageWithSystemSymbolName:accessibilityDescription:'
iconFolderSmart = [NSImage imageWithSystemSymbolName:@"folder.badge.gear" accessibilityDescription:@"Folder with gear"];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/<user>/Downloads/sus-inspector-master/SUS Inspector/SIOperationManager.m:420:41: error: no known class method for selector 'imageWithSystemSymbolName:accessibilityDescription:'
catalogImage = [NSImage imageWithSystemSymbolName:@"book" accessibilityDescription:@"Catalog icon"];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
No known class method for selector 'imageWithSystemSymbolName:accessibilityDescription:' during compilation:
The text was updated successfully, but these errors were encountered: