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