Skip to content

lolay/erred-swift

Repository files navigation

CI
Library that standardizes handling and displaying errors. To build this project, you can use xcodebuild. First, to list the builds, you can use. xcodebuild -list To see which destinations you can build. xcodebuild -showdestinations -scheme LolayErred And to build you can use the following. xcodebuild -scheme LolayErred -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14"