uxcam / ios-swiftui

This is a wrapper on top of the native iOS UXCam SDK for improved SwiftUI capture
Other
2 stars 1 forks source link

Swift Package Manager manifest issue in Xcode 13.3 #1

Closed fiserjCN closed 2 years ago

fiserjCN commented 2 years ago

When I try to install the package using Swift Package Manager and new Xcode 13.3, I get the following error while resolving package versions:

invalidManifestFormat("Missing or empty JSON output from manifest compilation for ios-swiftui")

I can reproduce the error even if I clone the repository and run swift package dump-package or swift build locally.

BibekUXCam commented 2 years ago

Hi @fiserjCN it seems to be the issue with Xcode 13.3. We have a new update. Please check it out.

fiserjCN commented 2 years ago

Works like a charm, thank you!