We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165e459 commit 30acce0Copy full SHA for 30acce0
lib/services/ios/xcodebuild-args-service.ts
@@ -138,7 +138,6 @@ export class XcodebuildArgsService implements IXcodebuildArgsService {
138
platformData.projectRoot,
139
`${projectData.projectName}.xcworkspace`
140
);
141
-
142
// Introduced in Xcode 14+
143
// ref: https://forums.swift.org/t/telling-xcode-14-beta-4-to-trust-build-tool-plugins-programatically/59305/5
144
const skipPackageValidation = "-skipPackagePluginValidation";
0 commit comments