HI team
I am trying to share KMP project as XCframework or .jar/.ARR
My Share code as converted as KMP library
1. In iOS I am able to import the share code as XCFramework
2. while running the app, I am getting below error
3. dyld: Library not loaded: @rpath/shared.framework/shared
4. Reason: image not found
5. dyld: launch, loading dependent libraries
6. DYLD_LIBRARY_PATH=/usr/lib/system/introspection
7. DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib/Developer/usr/lib/libMainThreadChecker.dylib/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
if any one got above issue please help me how to resolve it.