From 3869ae4d80d1da8c4e3fe7449f2926c5e1575beb Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Mon, 29 Jan 2024 04:12:51 -0800 Subject: [PATCH] Avoid using Cocoapods 1.15 until it fixes an issue affection RN. (#42702) Summary: Cocoapods 1.15 (https://github.com/facebook/react-native/issues/42698) current breaks the build, limit to version >= 1.13 & < 1.15 This is currently broken and affecting users, we'll remove this limit once Cocopods fixes the regression. It's currently blocking 0.73.3. ## Changelog: [iOS][Fixed] don't allow cocoapods 1.15.