Hi there,
I am using xCode version 14.3 (14E222b). Since I have updated to this version, I cannot build my project because the building process fails because of different issues in the pod files.
Some of the examples:
In the Pods/Airship/Core/Shapes at 25th line, you need to declare the type of the ‘strokeColor’ variable which must be an optional Color type.
In the Pods/Development Pods/Yoga/Yoga at 2232nd line, you must change the bitwise operator to an OR operator.
More technical details:
- React Native App (react native v. 0.66.4)
- Cocoapods v. 1.11.3
I did all the possibilities to fix the issues like pod deintegration and reinstall with node_modules deletion and reinstall. However, every troubleshooting was in vain.
Any help would be much appreciated