Exception running 'BaseTen-1.0RC2.dmg'
|
|
Hi! I downloaded til file ‘BaseTen-1.0RC2.dmg’, run the ‘BaseTen Assistant’ and tried to make a little Cocoa app. I get this exception: Running on a PB Pro with Intel and Leopard. Do you know what can cause this? What I understand the FW should be compatible with Leopard and Intel. I can’t find any method named ‘copyWithZone’ in BXDatabaseContext.h Must admit that I’m not that fluent in writing Cocoa/Obj-C since I am a WebObjects developer writing Java. Glad for any sugestions, |
|
|
Hi and sorry about taking so long to answer. It looks like you’ve linked an application to BaseTen and BaseTenAppKit frameworks but they haven’t been copied inside the application’s bundle. When built with the Release build style, BaseTen’s install name is set so that applications linked to it will look for it inside their bundles. This way, applications could be distributed as .app bundles without any additional files, such as frameworks, libraries etc., needed. For testing purposes, another option is to build BaseTen with Debug style. This way the framework’s install name will be left empty and applications will have a reference to its location at build time. |