clambert

Sample project crash

0 votes
I am getting this error when running the sample app: ` dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: //.app/Frameworks/eSignLiveSDK.framework/eSignLiveSDK Reason: image not found ` although I have Always Embed Swift Standard Libraries = YES just like you propose in the TroubleShooting section of the README. Can I get some help? I am not able to test your sample app. I have tested with iPhone/iPad simulators and real devices through XCode 10.2.1

Reply to: Sample project crash

0 votes
Hey there, There's a known issue that the iOS SDK 4.1 can't be compiled with XCode version 10.2, which would be fixed in upcoming iOS SDK 4.2 version. Although not sure about whether this issue's the root cause of your error, it worth a try that running the same project at another developer machine with lower XCode version. I would also investigate into this issue and reply to this thread once I found anything. Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: Sample project crash

0 votes
I am running into the same problem on XCode 9.4.1. I also tried to integrate the SDK into a fresh new project and I am getting this error which seems to be pretty much the same problem: dyld: Symbol not found: _$SBOWV

Reply to: Sample project crash

0 votes
Hey Clambert, I stumbled with the same error when I was testing with my own Mac: Then I found that the framework was not added to the Embedded Binaries and Linked Frameworks: After I linked the framework, the sample project works in Simulator: Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off