Skip to content

@import UIKit 报错 #3

@work4blue

Description

@work4blue

BLImagePickerLib/BLTabBarTransitionAnimator.h:10:1: Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules

这里@import UIKit; 要改成
#import <UIKit/UIKit.h>

否则C++报错

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