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

How to manually install (w/o Carthage or CocoaPods) #12

Closed
matphillips opened this issue Oct 20, 2016 · 2 comments
Closed

How to manually install (w/o Carthage or CocoaPods) #12

matphillips opened this issue Oct 20, 2016 · 2 comments

Comments

@matphillips
Copy link

Download, open in Xcode, build, locate Down.framework folder, drag to target Xcode project.
However, "Use of unresolved identifier 'Down' " so I've missed a step somewhere.

Don't want to use carthage or pods, so how to install?
Thanks.

@e-kazakov
Copy link
Collaborator

You need to import Down module (import Down).

@matphillips
Copy link
Author

of course, thanks.
Builds now but crashes at runtime with:

dyld: Library not loaded: @rpath/Down.framework/Down
  Referenced from: /Users/phillipsm/Library/Developer/CoreSimulator/Devices/F2454097-CE3E-47FC-959D-4432C1C65C10/data/Containers/Bundle/Application/E366A40D-8953-4B24-A83A-FA7C1F759084/LaCE3.app/LaCE3
  Reason: image not found
(lldb) 

I resolved that by removing the library from the "Linked frameworks and libraries" section of the target and adding it to the "Embedded binaries" section. Then it worked.
Thanks.

@iwasrobbed iwasrobbed changed the title installation problem How to manually install (w/o Carthage or CocoaPods) Oct 20, 2016
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