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

Please Update Documentation.. #29

Closed
ZAPHIT opened this issue Oct 16, 2015 · 13 comments
Closed

Please Update Documentation.. #29

ZAPHIT opened this issue Oct 16, 2015 · 13 comments
Labels

Comments

@ZAPHIT
Copy link

ZAPHIT commented Oct 16, 2015

use_frameworks!
platform :ios, "8.0"

pod "Nuke"

pod "Nuke-Alamofire-Plugin"
pud????? "Nuke-AnimatedImage-Plugin"

Also can you have clear instructions on installing it, i have errors, unable to find framework..

i just followed the instruction.. i just tried your framework on your sample project, by doing pod try "Nuke"..

thanks..!

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 16, 2015

ld: framework not found Alamofire
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 16, 2015

ld: framework not found Nuke
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@kean
Copy link
Owner

kean commented Oct 16, 2015

pud????? "Nuke-AnimatedImage-Plugin"

ok ;)

i just followed the instruction.. i just tried your framework on your sample project, by doing pod try "Nuke"..

pod try does seem to work on my machine. It should automatically download a repo to a temp folder, resolve dependencies and open a created workspace.

I'm using CocoaPods 0.39

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 16, 2015

Its working, using your own project and the sample Nuke, it create sample workspace,

but i have my app, and i am linking the pod file on it... seems have problems..

@kean
Copy link
Owner

kean commented Oct 16, 2015

I would recommend to:

  • Update CocoaPods (sudo gem install cocoapods)
  • Clean CocoaPods caches (pod cache clean --all)

Then try again. If it still doesn't work then please be more specific (show your Podfile, console output after pod install, full error message).

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 17, 2015

Pod Installation is complete no errors... I tried creating another blank project and intergrate your framework.. same result..

ld: framework not found Nuke
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Or am i missing something, need to adjust xcode setting linker?

@kean
Copy link
Owner

kean commented Oct 17, 2015

I can't reproduce this problem. Have you tried installing other frameworks? Does that problem occur only with Nuke?

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 19, 2015

Yes its only in Nuke... can you try to create just a plain Swift.. not using cocoa pods... then integrate the project with Nuke using cocoa pods... it does not seem compatible...

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 19, 2015

I am using Haneke and other frameworks before.. I think the only option is to recreate my app to the one cocoa pods have produce.. using try "Nuke" , but its not just easy, because it will require more time..

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 19, 2015

This is my podfile..

use_frameworks!
platform :ios, "9.0"
pod "Nuke"

target 'sampleProject' do

end

target 'sampleProjectTests' do

end

target 'sampleProjectUITests' do

end

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 19, 2015

I think i found it.. its fixed now...

@ZAPHIT
Copy link
Author

ZAPHIT commented Oct 19, 2015

The problem was opening the app on xcode.. just need to reopen the project using xworkspace

@kean
Copy link
Owner

kean commented Oct 19, 2015

Ok ;)

@kean kean closed this as completed Oct 19, 2015
@kean kean added the question label Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants