I use Hopper Disassembler to disassemble the UIKit.framework
. I usually select the binary from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/UIKit.framework/UIKit
but since I'm using Xcode 9 and later, I'm unable to find the binary to do the disassembling. The Xcode 8 UIKit.framework
has the binary but the Xcode 9 UIKit.framework
has only a UIKit.tbd
file.
How can I achieve the disassemble in recent Xcodes?
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks
folder doesn't exist. – Malvie