Skip to content

Commit 30acce0

Browse files
committed
fix(ios): skip package validation on xcodebuild
1 parent 165e459 commit 30acce0

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
@@ -138,7 +138,6 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
138138
platformData.projectRoot,
139139
`${projectData.projectName}.xcworkspace`
140140
);
141-
142141
// Introduced in Xcode 14+
143142
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
144143
const skipPackageValidation = "-skipPackagePluginValidation";

0 commit comments

Comments
 (0)