You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@import is not working if im targeting ios 6 and 7
The text was updated successfully, but these errors were encountered:
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
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.
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.
@import is not working if im targeting ios 6 and 7
The text was updated successfully, but these errors were encountered: