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
After do pod install in my OC project, I tried to put #import "MZFormSheetPresentationViewController.h"
in my Home View Controller and put MZFormSheetPresentationViewController *formSheetController = [[MZFormSheetPresentationViewController alloc] initWithContentViewController:self.navigationController];
in a method.
However, I got 3 same "Use of @import when modules are disabled" errors in MZTransition.h, MZFormSheetPresentationViewControllerAnimatedTransitioning.h and MZFormSheetPresentationContentSizing.h
The Xcode8 indicate these errors are caused by this line "@import UIKit;"
Does anyone how to fix it?
The text was updated successfully, but these errors were encountered:
hemster
changed the title
"use of @import when modules are disabled" Error
"Use of @import when modules are disabled" Error
Oct 21, 2016
After do pod install in my OC project, I tried to put
#import "MZFormSheetPresentationViewController.h"
in my Home View Controller and put
MZFormSheetPresentationViewController *formSheetController = [[MZFormSheetPresentationViewController alloc] initWithContentViewController:self.navigationController];
in a method.
However, I got 3 same "Use of @import when modules are disabled" errors in
MZTransition.h
,MZFormSheetPresentationViewControllerAnimatedTransitioning.h
andMZFormSheetPresentationContentSizing.h
The Xcode8 indicate these errors are caused by this line
"@import UIKit;"
Does anyone how to fix it?
The text was updated successfully, but these errors were encountered: