twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.02k stars 293 forks source link

Command CompileSwiftSources failed with a nonzero exit code #48

Closed mxnmike closed 2 years ago

mxnmike commented 2 years ago

I don't know what to do, it won't build, I tried already cleaning derived data folder, restarted Xcode, re-installed Xcode also, try to run in my device and nothing... anyone has an idea on how to fix this?

Im using Monterey 12.0.1 and Xcode 13.2 Thanks

Screen Shot 2021-12-15 at 3 20 44 p m
SandnerSoft commented 2 years ago

@mxnmike

are you using the latest version 2.0.0? I have the same environment and it runs without problems.

nathanfallet commented 2 years ago

There was big problems with Swift Package manager in Xcode 13.2, try to update to Xcode 13.2.1

image
mxnmike commented 2 years ago

The update fixed my issue... thanks