Ono icon indicating copy to clipboard operation
Ono copied to clipboard

Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules

Open LinkRober opened this issue 2 years ago • 0 comments

When I use #import "Ono.h" in .mmfile ,it raises error below

Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules

but I change @import Foundation; with #import <Foundation/Foundation.h> in Ono.h ,it's fine

LinkRober avatar Dec 15 '21 03:12 LinkRober