If you have Xcode installed, the framework is located in Xcode.app/Contents/SharedFrameworks.
I get the following (distinct) warnings & errors:
WARN - ktool.objc:L#1157:Protocol:from_image() - Failed to load property with 'ChainedFixupPointer64' object has no attribute 'name'
WARN - ktool.objc:L#730:Class:from_image() - Class Data is off-image
ERROR - ktool.util:L#76:Queue:process_item() - Queueitem failed to process for some unhandled reason.
WARN - ktool.objc:L#767:Class:from_image() - Failed to load a property in DVTSymbolicatedStackFrame with AttributeError: 'ChainedFixupPointer64' object has no attribute 'name'
ERROR - ktool.objc:L#690:Class:from_image() - Loading a class @ 0x958 - failed
WARN - ktool.objc:L#736:Class:from_image() - Classname out of bounds
WARN - ktool.objc:L#767:Class:from_image() - Failed to load a property in DVTDeveloperAccountPortalContext with AttributeError: 'ChainedFixupPointer64' object has no attribute 'name'
ERROR - ktool.objc:L#690:Class:from_image() - Loading a class @ 0x955 - failed
WARN - ktool.objc:L#767:Class:from_image() - Failed to load a property in DVTAutosynchingProxyArray with AttributeError: 'ChainedFixupPointer64' object has no attribute 'name'
WARN - ktool.objc:L#767:Class:from_image() - Failed to load a property in DVTVersion with AttributeError: 'ChainedFixupPointer64' object has no attribute 'name'
If you have Xcode installed, the framework is located in
Xcode.app/Contents/SharedFrameworks.I get the following (distinct) warnings & errors: