Unable to build in xCode 14.3 because of Pods issues

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

I faced the same issue. Upgrading RN to 0.70+ or downgrading XCode to 14.1 can resolve it.

I'm also looking forward there is an approach that makes XCode support bit operation.

Unable to build in xCode 14.3 because of Pods issues
 
 
Q