cordova - Error using visual studio2015 for remote debugging on ios (lazy symbol binding failed: Symbol not found: _map_fd) -


when first time start remote agent visual studio ios debugging, installs homebrew , packages (documentation). while doing so, getting following error:

error installing homebrew packages: error: command failed: /bin/sh -c (brew list ideviceinstaller | grep ideviceinstaller > /dev/null || brew install ideviceinstaller) &&                                                             (brew list ios-webkit-debug-proxy | grep ios-webkit-debug-proxy > /dev/null || brew install ios-webkit-debug-proxy)   error: no such keg: /usr/local/cellar/ideviceinstaller  warning: have outdated version of /usr/bin/install_name_tool     installed. cause binary package installations fail. can happen if install osx-gcc-installer or railsinstaller. restore it, must reinstall os x or restore binary os packages. warning: keg marked linked already, continuing anyway dyld: lazy symbol binding failed: symbol not found: _map_fd  referenced from: /usr/bin/install_name_tool  expected in: /usr/lib/libsystem.b.dylib  dyld: symbol not found: _map_fd  referenced from: /usr/bin/install_name_tool  expected in: /usr/lib/libsystem.b.dylib  error: failed fix install names dyld: lazy symbol binding failed: symbol not found: _map_fd   referenced from: /usr/bin/install_name_tool   expected in: /usr/lib/libsystem.b.dylib 

please me issue

as error indicates, install_name_tool needs restored version known/expected. if have os x installation, can version of file there. alternatively, file exists under xcode:

/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/install_name_tool 

maybe restoring there work? haven't tried before, may bit risky :p

cheers,

kirupa


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -