Since new Xcode version was released, I have been having some issues launching my app. First I could not use my terminal to run the app in iOS devices, but by searching and trying some solution, that issue was fixed and now I CAN run it with the terminal on both iOS and android ("react-native run-ios" and "react-native run-android"), but I CAN'T run using Xcode and the problem is in the package "@react-native-community/datetimepicker". There's a lot of errors coming because of this one and if I uninstall it, the app can be launched with no problems. I tried a lot of solutions like remove and add the packages again, switch versions, clear all packages and cache but nothing makes this to work again.
This are the errors that are coming:
Thanks for helping me!