On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: > I've recompiled CamelBones for 5.8.0, which I installed over 5.6.0 in > the default Apple locations. When I compiled the framework I used > Apples instructions for making it able to be included in > applications.
Sounds to me like the "old" framework got copied into your app, instead of your new one. Did you do one of the following? 1. Replace /Library/Frameworks/CamelBones.framework with your newly-built version. 2. Remove /Library/Frameworks/CamelBones.framework from your project, and add the newly-built version instead. sherm--