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

Issue while installing with Pods #34

Open
kishore4a2 opened this issue May 8, 2018 · 8 comments
Open

Issue while installing with Pods #34

kishore4a2 opened this issue May 8, 2018 · 8 comments

Comments

@kishore4a2
Copy link

Hi, Just now i've installed your photo-editor using cocoa pods, i'm getting errors.. Can you please help me to solve the issues. I'm using xcode 9.3 version
screen shot 2018-05-09 at 12 56 17 am

@YeagGarage
Copy link

same problem

@nhershey
Copy link

nhershey commented Jul 9, 2018

same problem for me too

@nitrey
Copy link

nitrey commented Jul 20, 2018

same problem

@jonchui
Copy link

jonchui commented Aug 11, 2018

What's the exact steps you guys are using, b/c it's working for me when i add:

  pod 'iOSPhotoEditor'

to my Podfile and run pod install

I'm on Xcode 9.4.1

@TomSoho
Copy link

TomSoho commented Aug 14, 2018

Same issue, Xcode 9.4.1 with a Swift 4.1 project

@ttorbik
Copy link
Contributor

ttorbik commented Dec 1, 2018

I have submitted a pull request that fixes these issues. Until that is merged a quick fix is to go to the selector function and add @objc at the beginning of the function. (I.e. @objc func cancel() )

@mhm-ibrahim
Copy link
Contributor

Please update to the latest release 0.6 and update me :D @kishore4a2

@naoey
Copy link

naoey commented Apr 22, 2019

Has anyone had success installing and using this pod without use_frameworks!? My depedencies don't allow me to enable frameworks but so far I've had trouble getting this pod to build successfully without frameworks.\

EDIT

Managed to get it to work earlier today. I had to set up my main project to compile Swift (by adding an empty .swift file) and change to using a modular import with @import iOSPhotoEditor. This allowed me to completely get rid of the need to use_frameworks! with CocoaPods 1.6.1

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

9 participants