Skip to content

Commit 4141560

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Call cocoapods passing the RCT_IGNORE_PODS_DEPRECATION flag (#48967)
Summary: Pull Request resolved: #48967 This change updates the core-cli-utils package to call `pod install` by passing the `RCT_IGNORE_PODS_DEPRECATION` flag. ## Changelog: [iOS][Changed] - Ignore deprecation warning when calling pod install through core-cli-utils Reviewed By: cortinico Differential Revision: D68704956 fbshipit-source-id: 5ce56e3ec8c5718f6403f8871bebf6aceeeb407b
1 parent cc1e8d1 commit 4141560

File tree

1 file changed

+1
-0
lines changed
  • packages/core-cli-utils/src/private

1 file changed

+1
-0
lines changed

packages/core-cli-utils/src/private/apple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const tasks = {
130130
RCT_NEW_ARCH_ENABLED: options.newArchitecture ? '1' : '0',
131131
USE_FRAMEWORKS: options.frameworks,
132132
USE_HERMES: options.hermes ? '1' : '0',
133+
RCT_IGNORE_PODS_DEPRECATION: '1',
133134
};
134135
if (options.frameworks == null) {
135136
delete env.USE_FRAMEWORKS;

0 commit comments

Comments
 (0)