Skip to content
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

We should add ListDiff.framework, not Diff.framework when installed DataSources with Carthage #10

Closed
koyachi opened this issue Feb 21, 2018 · 2 comments

Comments

@koyachi
Copy link

koyachi commented Feb 21, 2018

At first time, I only linked DataSources.framework. In this situation, logs below appeared at run time:

dyld: Library not loaded: @rpath/ListDiff.framework/ListDiff
  Referenced from: /path/to/my/app/Frameworks/DataSources.framework/DataSources
  Reason: image not found
(lldb)

And then I looked README.md and found note about Diff.framework, but I could't find Diff.framework under the /Carthage/Build/iOS/ folder.
I think it is ListDiff.framework. Is it right?

$ git diff -U0
diff --git a/README.md b/README.md
index 33d51fe..a20961b 100644
--- a/README.md
+++ b/README.md
@@ -355 +355 @@ github "muukii/DataSources"
-You need to add `DataSources.framework` and `Diff.framework` to your project.
+You need to add `DataSources.framework` and `ListDiff.framework` to your project.
@muukii
Copy link
Collaborator

muukii commented Mar 15, 2018

@koyachi
Oops, Sorry.
You're right

@muukii
Copy link
Collaborator

muukii commented Mar 15, 2018

@koyachi
I've fixed it!
Thank you!

@muukii muukii closed this as completed Mar 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants