we are creating an Mac OS X app bundle that requires a dylib to be loaded dynamically from the app directory. but when the app is excuted it is unable to find that dylib.
we have even registered the dylib using itool and the dylib is placed in the Framework folder.