birdofpreyru / react-native-static-server

Embedded HTTP server for React Native
https://dr.pogodin.studio/docs/react-native-static-server
Other
135 stars 21 forks source link

The iOS release assembly is not going to build. #76

Closed belyylis closed 10 months ago

belyylis commented 10 months ago

Снимок экрана 2023-10-09 в 16 35 47 Снимок экрана 2023-10-09 в 16 36 06 Could you tell me how to fix this? CMake is installed, the latest version of the library. Mac on M1.

birdofpreyru commented 10 months ago

It looks like a duplicate of #67. In my current understanding, on M1 Mac it is not enough to just install CMake and pkg-config, they should be correctly symlinked, or perhaps added to .xcode.env file of the project, to become visible inside Xcode environment. It is both written in README, and discussed in that other issue ticket.