Skip to content

Commit

Permalink
Carthage --archive does not work correctly with --use-xcframeworks, s…
Browse files Browse the repository at this point in the history
…o use a workaround.
  • Loading branch information
younata committed Jan 10, 2024
1 parent 0c6ebeb commit b0f49d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ jobs:
with:
files: |
Nimble.xcframework.zip
Nimble.framework.zip
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function test_carthage {
echo "Gathering Carthage installation information..."
run carthage version
echo "Verifying that Carthage artifacts build"
run carthage build --archive --use-xcframeworks --verbose
run carthage build --no-skip-current --use-xcframeworks --verbose
}

function test_swiftpm {
Expand Down

0 comments on commit b0f49d3

Please sign in to comment.