File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ and [old][Old Architecture] RN architectures.
132
132
133
133
- [ CMake] is required on the build host.
134
134
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 &mdash ; be sure to use a different version
138
+ (v3.22.1&ndash ; 3.29.6 at the moment of writing).
139
+
135
140
- When building for ** Android** , [ CMake] should be installed as a part of your
136
141
_ Android SDK_ (open _ SDK Manager_ , and look for [ CMake] within
137
142
the _ SDK Tools_ tab).
@@ -141,9 +146,6 @@ and [old][Old Architecture] RN architectures.
141
146
``` shell
142
147
$ brew install cmake pkg-config
143
148
```
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 & mdash; be sure to use a different
146
- version (v3.22.1& ndash; 3.29.6 at the moment of writing).
147
149
148
150
** IMPORTANT:** [Homebrew] should have added ` eval " $( /opt/homebrew/bin/brew shellenv) " ' `
149
151
command to your `.zshrc` or `.bashrc`. Although this works for interactive terminals,
You can’t perform that action at this time.
0 commit comments