diff --git a/CMakeLists.txt b/CMakeLists.txt index 37db304..8876aab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) if (CMAKE_VERSION MATCHES "3.30.0") message(FATAL_ERROR "CMake v3.30.0 is not supported: https://github.com/birdofpreyru/react-native-static-server/issues/111") +elseif (CMAKE_VERSION MATCHES "3.30.1") + message(FATAL_ERROR "CMake v3.30.1 is not supported: https://github.com/birdofpreyru/react-native-static-server/issues/111") endif() # This prevents CMake from complaining that INSTALL(..) directives in @@ -26,7 +28,7 @@ endif() # to obscure errors (e.g. it may successfully complete the build, # but effectively doing it for the first of the archs only, and leave us # to wonder, why something does not link for some arch later). -string(REPLACE ";" "\\\;" ESCAPED_ARCHS "${CMAKE_OSX_ARCHITECTURES}") +string(REPLACE " " "\\\;" ESCAPED_ARCHS "$ENV{ARCHS_STANDARD}") if(CMAKE_SYSTEM_NAME MATCHES "Android") set( diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 12f9608..d1f5917 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1835,7 +1835,7 @@ SPEC CHECKSUMS: ReactCodegen: 60973d382704c793c605b9be0fc7f31cb279442f ReactCommon: 6ef348087d250257c44c0204461c03f036650e9b SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d - Yoga: 2a45d7e59592db061217551fd3bbe2dd993817ae + Yoga: a1d7895431387402a674fd0d1c04ec85e87909b8 PODFILE CHECKSUM: 28ab558f77988de312fdfc89b975a6bce9c68eb9