MachOView icon indicating copy to clipboard operation
MachOView copied to clipboard

can't use in xcode 10

Open emiyajin opened this issue 7 years ago • 5 comments

in Xcode10.1 can't run MachOView ,it says “'string' file not found” ,even though the file is .mm

emiyajin avatar Nov 15 '18 03:11 emiyajin

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)"

paradiseduo avatar Dec 18 '18 14:12 paradiseduo

1

paradiseduo avatar Dec 18 '18 14:12 paradiseduo

image After the operation interface shows don't come out,How to deal with?

MoShenGuo avatar Mar 10 '19 02:03 MoShenGuo

Support Xcode10 and fix some bugs here https://github.com/intheway/MachOView

intheway avatar Mar 21 '19 12:03 intheway

set macOS Deployment Target for your mac OS version see

6483406-8f2e1e8900948a65

emptyglass123 avatar Jul 16 '20 07:07 emptyglass123