DiUS / pact-consumer-swift

A Swift / ObjeciveC DSL for creating pacts.
MIT License
98 stars 43 forks source link

fix(build) Enable testing search path for Xcode 11.4 #93

Closed surpher closed 4 years ago

surpher commented 4 years ago

This setting will allow Xcode 11.4 to build without failing due to

ld: warning: Could not find or use auto-linked library 'XCTestSwiftSupport'
ld: warning: Could not find or use auto-linked framework 'XCTest'

This PR will resolve #91.