Notarizing loadable bundles

We have developed an application in which we have a main application and there are several loadable bundles which are loaded from within the main application. We archive the main application and generate the .app file. When we run the app, everything works fine and it loads the bundles. But when notarise the main application, it stops loading the bundles. We think we will need to notarise the bundles as well but not able to find the ways to do it. Any help will be very appreciated.

Replies

Are these bundles located within your app’s main bundle?

If so, where did you put them?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

The loadable bundles are outside of the main bundle on some specific path so that we plug and play the loadable bundles depending on our business requirement. We are trying to notarise the loadable bundles and Main app separately.