Skip to content

Commit d2391ac

Browse files
authored
[docs](README): Added iOS Troubleshooting for fmt error
Added troubleshooting information for iOS build issues.
1 parent 5c9dc39 commit d2391ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,11 @@ Contributions are welcome! This project is an open-source sample designed to hel
438438

439439
### iOS Build Issues
440440

441+
**Error: "❌ (ios/Pods/fmt/include/xxx)"**
442+
443+
- This error is related to [this blog post](https://bleepingswift.com/blog/fmt-consteval-error-xcode-26-4-react-native)
444+
- Solution: Downgrade Xcode to [version 26.3](https://xcodereleases.com) or below
445+
441446
**Error: "can't access lexical declaration 'X' before initialization"**
442447

443448
- This typically occurs when functions are referenced before they're defined

0 commit comments

Comments
 (0)