File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
ReleaseTooling/Sources/ZipBuilder Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -808,13 +808,15 @@ struct ZipBuilder {
808
808
}
809
809
var frameworks : [ URL ] = [ ]
810
810
811
+ // TODO: packageAllResources is disabled for binary frameworks since it's not needed for Firebase
812
+ // and it does not yet support xcframeworks.
811
813
// Package all resources into the frameworks since that's how Carthage needs it packaged.
812
- do {
813
- // TODO: Figure out if we need to exclude bundles here or not.
814
- try ResourcesManager . packageAllResources ( containedIn: podInfo. installedLocation)
815
- } catch {
816
- fatalError ( " Tried to package resources for \( podName) but it failed: \( error) " )
817
- }
814
+ // do {
815
+ // // TODO: Figure out if we need to exclude bundles here or not.
816
+ // try ResourcesManager.packageAllResources(containedIn: podInfo.installedLocation)
817
+ // } catch {
818
+ // fatalError("Tried to package resources for \(podName) but it failed: \(error)")
819
+ // }
818
820
819
821
// Copy each of the frameworks to a known temporary directory and store the location.
820
822
for framework in podInfo. binaryFrameworks {
You can’t perform that action at this time.
0 commit comments