You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outputDelegate.emitError("While building for \(platformDisplayName), \(problem) found with identifier '\(libraryIdentifier)' in '\(xcframeworkName)'.")
121
-
return.failed
122
-
}
123
-
library = match
124
-
}elseiflet match = xcframework.findLibrary(platform: plat, platformVariant: environment ??""){
125
-
// Fallback for callers that do not pass an identifier: match by platform and variant alone.
126
-
library = match
127
-
}else{
128
-
outputDelegate.emitError("While building for \(platformDisplayName), no library for this platform was found in '\(xcframeworkName)'.")
115
+
guardlet libraryIdentifier else{
116
+
outputDelegate.emitError("--library-identifier is a required argument")
outputDelegate.emitError("While building for \(platformDisplayName), \(problem) found with identifier '\(libraryIdentifier)' in '\(xcframeworkName)'.")
0 commit comments