Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use in xcode 10 #12

Open
emiyajin opened this issue Nov 15, 2018 · 5 comments
Open

can't use in xcode 10 #12

emiyajin opened this issue Nov 15, 2018 · 5 comments

Comments

@emiyajin
Copy link

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

@paradiseduo
Copy link

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
Copy link

1

@MoShenGuo
Copy link

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

@intheway
Copy link

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

@emptyglass123
Copy link

emptyglass123 commented Jul 16, 2020

set macOS Deployment Target for your mac OS version
see

6483406-8f2e1e8900948a65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants