diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index e392cc329fd..601c8b26bf4 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -773,7 +773,7 @@ SPEC CHECKSUMS: RNCMaskedView: f7c74478c83c4fdfc5cf4df51f80c0dd5cf125c6 RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8 RNGestureHandler: bb86e378287f7713baf3ca205423eb8109790022 - RNReanimated: d6138334fbdf0b4ba9a740db9b8caa06c20f38ed + RNReanimated: 518aef663d1661d60e50610fe05ebec14b404739 RNScreens: 85d3880b52d34db7b8eeebe2f1a0e807c05e69fa RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 diff --git a/FabricExample/ios/Podfile.lock b/FabricExample/ios/Podfile.lock index d29af63840e..97e50768225 100644 --- a/FabricExample/ios/Podfile.lock +++ b/FabricExample/ios/Podfile.lock @@ -1491,7 +1491,7 @@ SPEC CHECKSUMS: RNCMaskedView: f7c74478c83c4fdfc5cf4df51f80c0dd5cf125c6 RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8 RNGestureHandler: 039162c42c65de1228c58eb48be90c279bfde3f1 - RNReanimated: 4b82c89a58f66169352b947403f45b2142e7595b + RNReanimated: 52790dde3755dc90bfecdb4df6653e83bbeac30d RNScreens: cba72a26a6c967765a8388fe85f78e7771012ca1 RNSVG: df9aaada196f6a61c8e30dc55d41e6c108a954e7 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 diff --git a/RNReanimated.podspec b/RNReanimated.podspec index cbb4ddd1a55..8e539f565d5 100644 --- a/RNReanimated.podspec +++ b/RNReanimated.podspec @@ -86,8 +86,8 @@ Pod::Spec.new do |s| "Common/cpp/hidden_headers/**" ] - gcc_debug_definitions = "$(inherited)" - if config[:react_native_minor_version] >= 73 || !is_release + gcc_debug_definitions = "$(inherited)" + if $config[:react_native_minor_version] >= 73 || !is_release gcc_debug_definitions << " HERMES_ENABLE_DEBUGGER=1" end