alinebee / Boxer

The DOS game emulator that's fit for your Mac.
http://boxerapp.com/
770 stars 139 forks source link

New MT32Emu framework misses ReportHandler #16

Closed Kentzo closed 11 years ago

Kentzo commented 11 years ago

New version of MT32Emu framework introduced in 67cd4ab9ee24708ca88ae9b7b9a4820df4b419bf misses ReportHandler. App fails to launch with the following error:

dyld: Symbol not found: __ZTIN7MT32Emu13ReportHandlerE Referenced from: …/Boxer.app/Contents/MacOS/Boxer Expected in …/Boxer.app/Contents/MacOS/../Frameworks/MT32Emu.framework/Versions/A/MT32Emu in …/Boxer.app/Contents/MacOS/Boxer

alinebee commented 11 years ago

Works For Me - this sounds like your built Boxer.app still contains an old version of MT32Emu.framework. Clean the project and try rebuilding.

Kentzo commented 11 years ago

Indeed, had to clean the target. Wonder if the issue is related to the fact that framework is not properly versioned.