|
From: James W. W. <ja...@fr...> - 2005-07-12 18:16:05
|
Steven Verstoep <is...@ma...> wrote: >There was just one slight problem when i ran my app. At first my >application wouldn't launch and gave the following error: > >[Session started at 2005-07-12 16:25:55 +0200.] >dyld: /Users/steven/Development OSX/Adrenalin Racing/build/Adrenalin >Racing.app/Contents/MacOS/Adrenalin Racing version mismatch for >library: /Users/steven/Development OSX/Adrenalin >Racing/build/Adrenalin >Racing.app/Contents/MacOS/../Frameworks/Quesa.framework/Versions/A/Quesa >(compatibility version of user: 1.6.0 greater than library's >version: 1.0.0) > >Executable "Adrenalin Racing" has exited due to signal 5 (SIGTRAP). > >I then set the version of quesa to 1.7 and rebuild everything. Then >it ran fine. Maybe the xcode framework can be updated in CVS with >the correct properties? That 1.0.0 suggests that you linked against a different copy of Quesa than the one you ran with. See if you have some old copy of Quesa floating around, say in /Library/Frameworks or ~/Library/Frameworks. -- James W. Walker, ScriptPerfection Enterprises, Inc. <http://www.write-brain.com/> |