Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@LinkRober

Description

@LinkRober

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions