Open satoshinosekai opened 6 months ago
Describe the bug build fail on obj-c project
To Reproduce Steps to reproduce the behavior:
@interface TOCropViewController : UIViewController <- Duplicate interface definition for class 'TOCropViewController' @property (nonnull, nonatomic, readonly) UIImage *image; <- Property has a previous declaration
Expected behavior Build success
Screenshots If applicable, add screenshots to help explain your problem.
iOS Device:
Additional context Add any other context about the problem here.
@satoshinosekai did you solve it?
我是使用#import <TOCropViewController/TOCropViewController.h>
Describe the bug build fail on obj-c project
To Reproduce Steps to reproduce the behavior:
@interface TOCropViewController : UIViewController <- Duplicate interface definition for class 'TOCropViewController' @property (nonnull, nonatomic, readonly) UIImage *image; <- Property has a previous declaration
Expected behavior Build success
Screenshots If applicable, add screenshots to help explain your problem.
iOS Device:
Additional context Add any other context about the problem here.