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

Error : 'UIImage+BlurredFrame/UIImage+ImageEffects.h' file not found in Swift #28

Open
filmhomage opened this issue Jun 16, 2016 · 2 comments

Comments

@filmhomage
Copy link

filmhomage commented Jun 16, 2016

Abstract

After pod install in my Swift project,

below error is happen.

Pods/BlurryModalSegue/BlurryModalSegue/BlurryModalSegue.m:11:9: 'UIImage+BlurredFrame/UIImage+ImageEffects.h' file not found
@ihsanhusnul
Copy link

Are you using use_frameworks! on your Podfile?
try to remove that and run pod install again.

beepscore added a commit to DiabetesCompass/Diabetes_Compass that referenced this issue Nov 6, 2016
beepscore added a commit to DiabetesCompass/Diabetes_Compass that referenced this issue Dec 13, 2016
…d and run too! In Podfile re-comment out use_frameworks.

Apparently pod BlurryModalSegue has not been updated to be compatible with use_frameworks.
Citrrus/BlurryModalSegue#28

Currently 4 unit tests fail.
@ThuggishNuggets
Copy link

ThuggishNuggets commented Feb 3, 2017

I think this is caused by a combination of different changes to nearly the entire tool stack for iOS. Xcode 8 handles things differently as does CocoaPods 1.x and pods must be updated to be compatible with those changes, which this pod was not. You can use CocoaPods to install this pod then copy the pod locally to your project and modify the #import to function in your project until this pod gets updated (unlikely considering it's last update was in 2014).

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

3 participants