-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib #175
Comments
I'm not sure about this without an example project. Would you mind providing one? |
Here you go! Just Cmd+R on a Simulator to reproduce. |
TL;DR: This should be your project setting issue. There are two things I'd like to note:
|
Thanks for clarification!
Because I need to sometimes build from source to attach debugger to Himotoki source code. |
I wrote an article about this use-case in Japanese, FYI. |
Maybe this is a rare case, but building inside xcworkspace ends-up with runtime crash.
See: toshi0383/TVMLKitchen#142
I confirmed this happens with Himotoki, too.
I wonder if anybody have alternative work-around for this? Rather than adding
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
on library side?The text was updated successfully, but these errors were encountered: