Skip to content

Commit 51ad10a

Browse files
committed
fix(ios): skip package validation on xcodebuild
1 parent e5a2956 commit 51ad10a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/ios/xcodebuild-args-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
136136
platformData.projectRoot,
137137
`${projectData.projectName}.xcworkspace`
138138
);
139-
140139
// Introduced in Xcode 14+
141140
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
142141
const skipPackageValidation = "-skipPackagePluginValidation";

0 commit comments

Comments
 (0)