I created a react native app in which I had to create my own native module.
I added a dylib to the native module.
When I try to run on the emulator my app runs fine but when I try to push the app to Appstore it gives me an error that the dylib file is not at the correct location
I am using xcode 11.
How can I embed a dylib file in a framework to be able to be accessible from ios.
TIA