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.
1 parent 072b3f5 commit 654d9e0Copy full SHA for 654d9e0
ReleaseTooling/Sources/FirebaseManifest/Pod.swift
@@ -52,7 +52,7 @@ public struct Pod {
52
/// Closed source pods do not validate on Xcode 12 until they support the ARM simulator slice.
53
public func skipImportValidation() -> String {
54
if isClosedSource || name == "Firebase" {
55
- return "-skip-import-validation"
+ return "--skip-import-validation"
56
} else {
57
return ""
58
}
0 commit comments