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

LMAlertView.h:27:9: 'RBBSpringAnimation.h' file not found with <angled> include; use "quotes" instead #68

Open
apwelsh opened this issue Jul 26, 2016 · 4 comments

Comments

@apwelsh
Copy link

apwelsh commented Jul 26, 2016

This is the first Pod I have worked with that has this issue. Should the include use quotes as suggested by Xcode, or is there something I should be doing in Xcode to add the podfile's include files to the include file search path automatically when I add cocoa pods?

@apwelsh
Copy link
Author

apwelsh commented Sep 10, 2016

From what I am reading, this occurs when use_framworks! is in play. When using frameworks, the import needs to use frameworks based notation. I am still very new to this, and looking into it, but I think I am getting close to solving this myself.

@zwolsman
Copy link

Any solution yet? I just installed the pod and I have the same error

@zwolsman
Copy link

I solved the problem;

I had to change 2 lines of code.

from #import <CAAnimation+Blocks.h> to #import <CAAnimationBlocks/CAAnimation+Blocks.h>

and #import <RBBSpringAnimation.h> to #import <RBBAnimation/RBBSpringAnimation.h>

@apwelsh
Copy link
Author

apwelsh commented Jan 20, 2018

I created a pull request with a fix to allow @import LMAlertView but it has been a while, and this project is dead. As such, it was never merged, and I dont want to be yet another fork. As such, I just stopped using this tool. There is some functionality in here that I like, but I just moved on to using standard system alerts.

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