-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Unable to build on IOS: Property 'doneButtonColor' not found on object of type 'TOCropViewController' #1954
Comments
same issues! |
Any Update? Issue is still present in V0.40.0 |
Same issue in 0.40.0 |
Had the same issue. Delete the following line from your
|
Same issue here |
After reverting to version |
Cannot build version 0.40.1. I figured out that I am also using another lib that uses Basic deps conflicts |
Did you solve that problem using those two libs? |
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
The app should build successfully in XCode (14.3.1)
Actual behaviour
I am unable to build our app. I get the following errors:
In
.../node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m:904:20
Property 'doneButtonColor' not found on object of type 'TOCropViewController *'; did you mean 'doneButtonTitle'?
In
...node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m:907:20
Property 'cancelButtonColor' not found on object of type 'TOCropViewController *'; did you mean 'cancelButtonTitle'?
I believe the issue is related to the new functionality added in #1923
I also believe you might be missing the following additions to
TOCropViewController.h
which seems to fix the issue for me
Steps to reproduce
Update to v0.40.0
Try to build the app
Attachments
// stacktrace or any other useful debug info
Love react-native-image-crop-picker? Please consider supporting our collective:
👉 https://opencollective.com/react-native-image-crop-picker/donate
The text was updated successfully, but these errors were encountered: