Skip to content

Commit 18ee170

Browse files
add missing --force-pods flag (#2082)
1 parent e327e59 commit 18ee170

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cli-platform-ios/src/commands/buildIOS/buildOptions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ export const buildOptions = [
5252
description:
5353
'Explicitly select which scheme and configuration to use before running a build',
5454
},
55+
{
56+
name: '--force-pods',
57+
description: 'Force CocoaPods installation',
58+
},
5559
];

0 commit comments

Comments
 (0)