Skip to content

Commit 48ca677

Browse files
committed
README
1 parent b81c5d6 commit 48ca677

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ and [old][Old Architecture] RN architectures.
132132

133133
- [CMake] is required on the build host.
134134

135+
- **BEWARE:** [**CMake v3.30.0** breaks the library build for iOS](https://github.com/birdofpreyru/react-native-static-server/issues/111)
136+
because of a regression on CMake side, and for this reason it is marked as
137+
unsupported on all platforms — be sure to use a different version
138+
(v3.22.1–3.29.6 at the moment of writing).
139+
135140
- When building for **Android**, [CMake] should be installed as a part of your
136141
_Android SDK_ (open _SDK Manager_, and look for [CMake] within
137142
the _SDK Tools_ tab).
@@ -141,9 +146,6 @@ and [old][Old Architecture] RN architectures.
141146
```shell
142147
$ brew install cmake pkg-config
143148
```
144-
**BEWARE:** [**CMake v3.30.0** breaks the library build](https://github.com/birdofpreyru/react-native-static-server/issues/111)
145-
because of a regression on CMake side — be sure to use a different
146-
version (v3.22.1–3.29.6 at the moment of writing).
147149

148150
**IMPORTANT:** [Homebrew] should have added `eval "$(/opt/homebrew/bin/brew shellenv)"'`
149151
command to your `.zshrc` or `.bashrc`. Although this works for interactive terminals,

0 commit comments

Comments
 (0)