We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@satoshinosekai did you solve it?
Sorry, something went wrong.
我是使用#import <TOCropViewController/TOCropViewController.h>
TimOliver
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: