You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
Samknows SDK works well and good in real device but when i try to run it on simulator I am getting the following error.
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/durai/Library/Developer/CoreSimulator/Devices/6754EB34-F9DE-4BCA-A539-ABBACDCF92B5/data/Containers/Bundle/Application/6CE03DF6-A816-46CA-8653-0D8947A27E0F/My Test.app/Frameworks/SKDarwin.framework/SKDarwin
Reason: image not found
I tried out the suggestions from StackOverflow like(setting EMBEDDED_CONTENT_CONTAINS_SWIFT to TRUE , setting Embed Asset Packs in Product Bundle to No,Making sure framework in included in Embedded frameworks,deleting derived data of the project etc ) to fix the issue but nothing works so far.
I have some other Swift Frameworks integrated with project and I am not seeing any issue with those.
I am using xcode 9.4.1. Is there any incompatibility issue ?
Any ideas to fix the issue is appreciated !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Samknows SDK works well and good in real device but when i try to run it on simulator I am getting the following error.
I tried out the suggestions from StackOverflow like(setting EMBEDDED_CONTENT_CONTAINS_SWIFT to TRUE , setting Embed Asset Packs in Product Bundle to No,Making sure framework in included in Embedded frameworks,deleting derived data of the project etc ) to fix the issue but nothing works so far.
I have some other Swift Frameworks integrated with project and I am not seeing any issue with those.
I am using xcode 9.4.1. Is there any incompatibility issue ?
Any ideas to fix the issue is appreciated !
The text was updated successfully, but these errors were encountered: