-
Notifications
You must be signed in to change notification settings - Fork 613
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
Cocoapods version #1
Comments
Not sure what you're asking, but I haven't done anything to support Cocoapods with this. I probably won't tag it with a version until everything is stable and at feature parity with the old GPUImage. |
@BradLarson Pretty sure he's just requesting that you create a cocoapod for this. |
Sorry for not having asked in English, I swear I had done it, just realized my mistake now. |
You can use local podspec this way:
And in Podfile
|
@m1entus where do you add this podspec? |
In local directory with project |
Thanks for the tips! |
I published the GPUImage2 podspec from above as EVGPUImage2 (so that GPUImage2 remains available) You can just add I'm currently using this in https://github.com/evermeer/PassportScanner |
@evermeer when I use your cocoapod I get an apple-match-o-link error saying it cannot find the EVGPUImage2 framework. |
@evermeer Are there any other steps other than adding EVGPUImage2 to the podfile and then doing |
It should be enough. Is the library added to your pods project? You could
have a look at the. HTTP://github.com/evermeer/passportscanner demo app to
see how it should worked
Op ma 21 aug. 2017 om 09:22 schreef Alex Tang <notifications@github.com>
… @evermeer <https://github.com/evermeer> Are there any other steps other
than adding EVGPUImage2 to the podfile and then doing import GPUImage in
the code? I'm doing that, but getting "no such module 'GPUImage'" when
trying to compile.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAH_Er6xs46_04WCb8aAvkfF0bf9pvibks5saTARgaJpZM4IJEEx>
.
|
@evermeer I looked but can 't find anything ATM. I just tried with a brand new repo with nothing in it, and it also failed. https://github.com/SuperTango/EVGPUTest Any other hints? |
Sorry for the late response... I was on a holiday. You should use |
Great. Thanks! |
For Swift 4, here's an update to @m1entus's local podspec:
Usage
|
Thank you for your local podspec, but It specifies as 'GPUImage2' in PodFile, so that 'import GPUImage' cannot be resolved it should be 'import GPUImage2' |
thanks @saxahan, I modified my code above accordingly. |
corrected Copy Files phase in README
For anyone who wants to run on macOS, here is the podspec file
|
Its generate a version for CocoaPods?
The text was updated successfully, but these errors were encountered: