homebrew llvm build cannot find iOS simulator library containing _wordexp symbol
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm working on touching up homebrew's (OS X package manager) llvm formula . Unfortunately, something about the parts I added broke the build in a way I just cannot figure out. tl;dr ld asks for a library containing a _wordexp symbol for iOS simulator, and I have absolutely no clue where it is, if it exists Compilation consistently fails for me when the compiler is attempting to link the address sanitizer dylib for iOS Simulator. Reproduction steps (OS X only as far as I know, don't have *nix systems handy): install homebrew if it isn't