SomeRandomiOSDev / CBORCoding

Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
MIT License
48 stars 11 forks source link

[BUG]: workflow tests fail on main #28

Closed dabrahams closed 10 months ago

dabrahams commented 10 months ago

Expected Behavior

clean run of scripts/workflowtests.sh

Actual Behavior

See attached failure log cbor-workflowtests-log.txt

Steps To Reproduce

  1. scripts/workflowtests.sh

Project Version

e12b478

The OS/Variant where this issue occurs.

The version of Xcode that was used when this issue appeared.

15.0.1

What was the environment in which the issue appeared?

Additional Context

No response

SomeRandomiOSDev commented 10 months ago

Looks like it's an issue with the minimum versions not being up to date with what Xcode supports. I'll push some changes to update the minimum supported versions so that everything builds as expected

SomeRandomiOSDev commented 10 months ago

Fixed 🙂