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

MaryPopin/UIViewController+MaryPopin.m:24:1: Use of '@import' when modules are disabled #32

Open
jonasman opened this issue Oct 9, 2014 · 3 comments

Comments

@jonasman
Copy link

jonasman commented Oct 9, 2014

@import is not working if im targeting ios 6 and 7

@jonasman jonasman changed the title /Users/joao/DEV/JongaAPP/iosxmpp/JonglaIM/JonglaIM/MaryPopin/UIViewController+MaryPopin.m:24:1: Use of '@import' when modules are disabled MaryPopin/UIViewController+MaryPopin.m:24:1: Use of '@import' when modules are disabled Oct 9, 2014
@jonasman
Copy link
Author

jonasman commented Oct 9, 2014

a quick fix was to replace it with #import < Accelerate/Accelerate.h >

@sparga
Copy link
Collaborator

sparga commented Oct 9, 2014

Are you using the lib via CocoaPods ?
Because I use it on an application that is targeting iOS 5 with modules enabled in the pod project. And it works.
If you really can't use modules, your fix is right of course.

@jonasman
Copy link
Author

jonasman commented Oct 9, 2014

Im not using cocoapods. Will try to enable modules and check if in ios6 it works

Enviado do meu iPhone

No dia 09/10/2014, às 15:28, sparga [email protected] escreveu:

Are you using the lib via CocoaPods ?
Because I use it on an application that is targeting iOS 5 with modules enabled in the pod project. And it works.
If you really can't use modules, your fix is right of course.


Reply to this email directly or view it on GitHub.

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