Skip to content

Commit 03a4128

Browse files
committed
Use --use-xcframeworks for carthage builds
1 parent df730ab commit 03a4128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace :carthage do
4242

4343
desc "Builds the Reusable framework using Carthage"
4444
task :build => :install do
45-
run "carthage build --no-skip-current --verbose"
45+
run "carthage build --no-skip-current --use-xcframeworks --verbose"
4646
end
4747
end
4848

0 commit comments

Comments
 (0)