|
From: James W. W. <os...@jw...> - 2005-06-15 05:11:43
|
On Jun 14, 2005, at 8:12 PM, Don Agro wrote: >>> Now this ought to work (though I personally would not try to do >>> Mach- >>> o in CW 8). >>> > > I personally don't have a choice - my application was developed in > CW and one of the intermediate steps to get it into XCode is to > convert it from Carbon CFM to Carbon Mach-O. I didn't mean to imply that you should be using XCode (though we all may be forced to do that within a couple of years) but rather that CW 9 is better for Mach-O than CW 8. > Link (dyld) error: > > Library not loaded: @executable_path/../Frameworks/Quesa.framework/ > Versions/A/Quesa > Referenced from: /Users/donagro/Documents/DogTools/MacLoggerDX > Mach-O/Output/MacLoggerDX.app/Contents/MacOS/MacLoggerDX > Reason: Incompatible library version: MacLoggerDX requires > version 1.6.0 or later, but Quesa provides version 1.0.0 > Is the Quesa framework in the Frameworks folder of your application package? If so, are you sure that you are linking against the same version of Quesa.framework as the one in the package? It seems to be saying that there is a version mismatch. |