We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9dc39 commit d2391acCopy full SHA for d2391ac
1 file changed
README.md
@@ -438,6 +438,11 @@ Contributions are welcome! This project is an open-source sample designed to hel
438
439
### iOS Build Issues
440
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
446
**Error: "can't access lexical declaration 'X' before initialization"**
447
448
- This typically occurs when functions are referenced before they're defined
0 commit comments