TOCropViewController icon indicating copy to clipboard operation
TOCropViewController copied to clipboard

Fail to build

Open satoshinosekai opened this issue 1 year ago • 2 comments
trafficstars

Describe the bug build fail on obj-c project

To Reproduce Steps to reproduce the behavior:

  1. add pod 'TOCropViewController' to Podfile
  2. run pod install
  3. build the project, got error

@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:

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Library Version [e.g. 22]

Additional context Add any other context about the problem here.

satoshinosekai avatar May 09 '24 01:05 satoshinosekai

@satoshinosekai did you solve it?

moonakash avatar May 31 '24 08:05 moonakash

我是使用#import <TOCropViewController/TOCropViewController.h>

dearDragon avatar Jun 07 '24 01:06 dearDragon