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 how i make project work for me. #3

Open
mohammadshalhoob opened this issue Apr 7, 2017 · 0 comments
Open

how how i make project work for me. #3

mohammadshalhoob opened this issue Apr 7, 2017 · 0 comments

Comments

@mohammadshalhoob
Copy link

mohammadshalhoob commented Apr 7, 2017

first run : (carthage update) from terminal .
(make sure you have Carthage Carthage)

On your application targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase”. Create a Run Script in which you specify your shell (ex: /bin/sh), add the following contents to the script area below the shell:

/usr/local/bin/carthage copy-frameworks

and add the paths to the frameworks you want to use under “Input Files” .

$(SRCROOT)/Carthage/Build/iOS/SDWebImage.framework

and remove
$(SRCROOT)/Carthage/Build/iOS/WebImage.framework

and change
import webImage to import SDWebImage

and that all .

thank you for the fantastic project .

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

1 participant