We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
xcodebuild
1 parent 41f5c8c commit 9e91575Copy full SHA for 9e91575
packages/cli-platform-ios/src/commands/buildIOS/buildProject.ts
@@ -153,7 +153,7 @@ function getProcessOptions<T extends BuildFlags>(
153
: '';
154
155
const port =
156
- 'port' in args && typeof args.port === 'string' ? args.port : '';
+ 'port' in args && typeof args.port === 'number' ? String(args.port) : '';
157
158
return {
159
env: {
0 commit comments