You're shared object needs to be packed into the bundle.zip and the shared object needs to be defined in the "Export-Library:" of the Bundle-Manifest.
Here you can see a sample: left side: bundle-manifest / right side: the unziped bundle
To achieve that add this to your (private/bundle/)CMakeLists.txt:
... View more