Forum Discussion
pbihler
Sep 14, 2020Copper Contributor
msedgedriver 87 broken on macOS?
On our macOS Catalina systems, starting an msedgedriverfrom the 87-version line (e.g. https://msedgedriver.azureedge.net/87.0.637.0/edgedriver_mac64.zip) only results in an error message:
dyld: Library not loaded: @rpath/libc++.dylib
Referenced from: /Users/username/Downloads/./msedgedriver
Reason: image not found
Unless fixed, it is not possible to test Edge 87+ on macOS. It was not an issue with previous releases.
4 Replies
Sort By
- jakariahosen82Copper Contributor
So
- jakariahosen82Copper Contributor
DS
- morchenCopper Contributor
Can someone at Microsoft take a look and fix this?
If you run : otool -l "path"/msedgedriver, you will see this entry, the @rpath is what seems to be screwing things up. Can someone at microsoft fix this?
Load command 34
cmd LC_LOAD_DYLIB
cmdsize 48
name @rpath/libc++.dylib (offset 24)
time stamp 2 Wed Dec 31 16:00:02 1969
current version 0.0.0
compatibility version 0.0.0Also is current and compatibility version should be 0.0.0 ?
I also tried
install_name_tool -change @rpath/libc++.dylib /usr/lib/libc++.dylib path/to/msedgedriver
But after that msedgedriver just crashes and there is not even any error log. Can someone fix this please? "zsh: killed"