can't use in xcode 10
in Xcode10.1 can't run MachOView ,it says “'string' file not found” ,even though the file is .mm
For anyone else encountering this issue, I was encountering it because one of my project's frameworks was still using the old "libstdc++" library which is now unsupported in Xcode 10. I had to go into the framework's Build Settings, scroll all the way down to "Apple Clang - Language - C++" and change the C++ Standard Library from "libstdc++ (GNU C++ standard library)" to "libc++ (LLVM C++ standard library with C++11 support)"
After the operation interface shows don't come out,How to deal with?
Support Xcode10 and fix some bugs here https://github.com/intheway/MachOView
set macOS Deployment Target for your mac OS version see
