From d2391ac4282a02d4bfb5843534eb03741f1e31da Mon Sep 17 00:00:00 2001 From: Kevin <40800721+iAMkVIN-S@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:48:52 -0400 Subject: [PATCH] [docs](README): Added iOS Troubleshooting for fmt error Added troubleshooting information for iOS build issues. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 90f9713..d63d3b9 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,11 @@ Contributions are welcome! This project is an open-source sample designed to hel ### iOS Build Issues +**Error: "❌ (ios/Pods/fmt/include/xxx)"** + +- This error is related to [this blog post](https://bleepingswift.com/blog/fmt-consteval-error-xcode-26-4-react-native) +- Solution: Downgrade Xcode to [version 26.3](https://xcodereleases.com) or below + **Error: "can't access lexical declaration 'X' before initialization"** - This typically occurs when functions are referenced before they're defined