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

Use of '@import' when modules are disabled #47

Closed
schwindt opened this issue Jan 27, 2016 · 2 comments
Closed

Use of '@import' when modules are disabled #47

schwindt opened this issue Jan 27, 2016 · 2 comments

Comments

@schwindt
Copy link

Installed with cocoapods
added FEMMappingUtility.h to the project pch file and get:
FEMMappingUtility.h:6:1: Use of '@import' when modules are disabled

@dimazen
Copy link
Contributor

dimazen commented Feb 3, 2016

This is due to the @import usage instead of plain #import "".
There are two ways:

  1. enable modules in your project
  2. I'll replace @import by #import if possible

@dimazen
Copy link
Contributor

dimazen commented Aug 29, 2016

Fixed by unexpected @import statement in FEMMappingUtility in 1.1

@dimazen dimazen closed this as completed Aug 29, 2016
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