TOCropViewController
TOCropViewController copied to clipboard
Fail to build
trafficstars
Describe the bug build fail on obj-c project
To Reproduce Steps to reproduce the behavior:
- add pod 'TOCropViewController' to Podfile
- run pod install
- 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 did you solve it?
我是使用#import <TOCropViewController/TOCropViewController.h>