ClaySolutions / ClaySDK

This SDK for iOS contains the most up-to-date frameworks for integrating Mobile Key technology into your own iOS applications.
https://saltoks.com/developers/connect/mobile-sdk-introduction/
MIT License
1 stars 1 forks source link

dyld: Library not loaded: @rpath/SaltoJustINMobileSDK.framework/SaltoJustINMobileSDK #7

Closed ShashiTiwari07 closed 3 years ago

ShashiTiwari07 commented 3 years ago

After following all the instruction from you team and also as detailed on Git, please find the issue below receiving on real device -

dyld: Library not loaded: @rpath/SaltoJustINMobileSDK.framework/SaltoJustINMobileSDK Referenced from: /private/var/containers/Bundle/Application/977F85B1-23BD-4A4F-9EC9-683810C3774E/Test.app/Test Reason: image not found dyld: launch, loading dependent libraries DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib:/Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib:/usr/lib/libMTLCapture.dylib

jakov-clay commented 3 years ago

Did you include SaltoJustINMobileSDK.xcframework from dropbox folder? That framework is private so it could not be published here.

ShashiTiwari07 commented 3 years ago

Yes included SaltoJustINMobileSDK.xcframework along with other shared framework from dropbox.

jakov-clay commented 3 years ago

@ShashiTiwari07 Ok! It should be maybe only SaltoJustIN because other ones (Virgil libraries) are pulled via CocoaPods as dependencies of ClaySDK We can close this issue?

ShashiTiwari07 commented 3 years ago

Correct @jakov-clay I can see downloading that dependencies when I install pod expect SaltoJustIN. What is the solution to solve this problem? Please share. Once Issue will be resolved I will close this issue.

jakov-clay commented 3 years ago

so including SaltoJustIN directly to your project (in general tab) did not solve issue?

ShashiTiwari07 commented 3 years ago

No getting the same issue. I tried multiple times by adding ony SDk while running on phone and adding SaltoJustINMobileSDK.xcframework as well but getting the same issue.

jakov-clay commented 3 years ago

Screenshot 2020-11-18 at 10 54 00 here you can see how I included it in my project.

If that is not the issue I'm really not sure what else could be problem

ShashiTiwari07 commented 3 years ago

Above was the issue, Please mention the same in you README file.