MachOView源码编译问题 - miaohy/MGMainProject GitHub Wiki

1、Unable to find sdk 'macosx 10.9' (in target 'MachOView')
解决方法:buildsetting -> 选择新的sdk
2、‘String’ file not found
解决方法:在Targets -> “Build Phases” -> “Link Binary with Libraries” 中添加 libc++.tbd
将"Build Settings" -> Apple Clang - Language - C++ -> “libstdc++ (GNU C++ standard library)” 改为"libc++ (LLVM C++ standard library with C++11 support)"