react-native-app-clip icon indicating copy to clipboard operation
react-native-app-clip copied to clipboard

excludedPackages not working with new architecture and static frameworks

Open trentrand opened this issue 4 months ago • 0 comments

When using excludedPackages with new architecture enabled and useFrameworks: "static", CocoaPods still tries to compile excluded packages with codegen, causing build failures with "file not found" errors for codegen headers.

Configuration:

  • React Native 0.81.4 (new architecture enabled)
  • expo-build-properties: useFrameworks: "static"
  • excludedPackages: ["@react-native-google-signin/google-signin", ...]

Error: 'RNGoogleSignInCGen/RNGoogleSignInCGen.h' file not found

trentrand avatar Oct 13 '25 16:10 trentrand