electron/libchromiumcontent

Build ok but runtime failed with 'Symbol not found' on Mac for branch master

CapOM opened this issue · 1 comments

CapOM commented

I know this is experiemental to use electron from master branch but lunching Electron fails with:

dyld: Symbol not found: __ZN4base5Timer13SetTaskRunnerE13scoped_refptrINS_22SingleThreadTaskRunnerEE
Referenced from: /Users/jisorce/Documents/dev/electron/out/D/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libcc_surfaces.dylib
Expected in: /Users/jisorce/Documents/dev/electron/out/D/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libbase.dylib
in /Users/jisorce/Documents/dev/electron/out/D/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libcc_surfaces.dylib
Abort trap: 6

CapOM commented

Sorry it was due to conflict with previous build so doing some cleanup in electron/vendor/libchromiumcontent/src/out-x64/shared_library/ solved the issue.