Skip to content

Conversation

@mrousavy
Copy link
Owner

@vercel
Copy link

vercel bot commented Aug 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
nitro-docs Skipped Skipped Aug 19, 2025 8:45am

@mrousavy mrousavy merged commit 5feff97 into main Aug 31, 2025
4 checks passed
Mohamed-kassim added a commit to Mohamed-kassim/react-native-nitro-haptics that referenced this pull request Dec 22, 2025
When using `use_frameworks! :linkage => :static` (commonly required for
Firebase), the build fails with:
- `'folly/folly-config.h' file not found`
- `Could not build module 'jsi'`

This adds the same xcconfig fix applied in react-native-nitro-modules
(mrousavy/nitro#825) to resolve Folly header
resolution issues on React Native 0.77-0.79.

Fixes build errors when using static frameworks with RN < 0.80.
Mohamed-kassim added a commit to Mohamed-kassim/react-native-nitro-device-info that referenced this pull request Dec 27, 2025
This fixes build failures when using `use_frameworks! :linkage => :static`
(often required for Firebase integration) on React Native 0.77-0.79.

The fix adds pod_target_xcconfig with:
- Header search paths for RCT-Folly
- Preprocessor definitions for FOLLY_NO_CONFIG and FOLLY_CFG_NO_COROUTINES
- C++ compiler flags for Folly mobile configuration

Reference: mrousavy/nitro#825
l2hyunwoo pushed a commit to l2hyunwoo/react-native-nitro-device-info that referenced this pull request Dec 28, 2025
…59)

This fixes build failures when using `use_frameworks! :linkage => :static`
(often required for Firebase integration) on React Native 0.77-0.79.

The fix adds pod_target_xcconfig with:
- Header search paths for RCT-Folly
- Preprocessor definitions for FOLLY_NO_CONFIG and FOLLY_CFG_NO_COROUTINES
- C++ compiler flags for Folly mobile configuration

Reference: mrousavy/nitro#825
Mohamed-kassim pushed a commit to Mohamed-kassim/react-native-nitro-restart that referenced this pull request Jan 3, 2026
Fixes build failures when using use_frameworks! :linkage => :static
(often required for Firebase integration) on React Native 0.77-0.79.

The build errors encountered:
- 'folly/folly-config.h' file not found
- Could not build module 'NitroModules'
- Could not build module 'jsi'

This adds pod_target_xcconfig with:
- Header search paths for RCT-Folly
- Preprocessor definitions for FOLLY_NO_CONFIG and FOLLY_CFG_NO_COROUTINES
- C++ compiler flags for Folly mobile configuration

Reference: mrousavy/nitro#825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS build failure: 'folly/folly-config.h' file not found

2 participants