I'm trying to build a 32-bit VST plugin on OSX and link it with Google Breakpad. Breakpad.framework can be built by following official guide https://code.google.com/p/google-breakpad/wiki/MacBreakpadStarterGuide
But the VST is no longer able to be loaded by MuLab and failed with the following error: FSOpenResFile with error -1409
Is there any people encountered this issue?