Skip to content

Commit 2f51b25

Browse files
committed
Fix Xcode 11 build issues with WorkflowTesting
1 parent ae2ec55 commit 2f51b25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WorkflowTesting.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Pod::Spec.new do |s|
2323
s.test_spec 'Tests' do |test_spec|
2424
test_spec.source_files = 'swift/WorkflowTesting/Tests/**/*.swift'
2525
test_spec.framework = 'XCTest'
26+
test_spec.library = 'swiftDispatch'
27+
test_spec.library = 'swiftFoundation'
2628
end
2729

2830
end

0 commit comments

Comments
 (0)