-
Notifications
You must be signed in to change notification settings - Fork 18
Upgrading
Marko Justinek edited this page May 12, 2021
·
20 revisions
Dropping Rust dependency. MockServer was moved into a separate project dependency PactSwiftMockServer
and is exposed as a XCFramework in PactSwiftMockServer-Dist
.
This means there is no need to make changes to the build process in the Xcode project settings.
- Remove the Build Phase that builds the
libpact_mock_server.a
binary using./Scripts/BuildPhases/build-spm-dependency
script. - Remove
$BUILD_DIR/../../SourcePackages/checkouts/..
entry forLibrary Search Paths
in Build Settings. - Optional: Remove
cargo
andrustup
fromPATH
- Remove
$(FRAMEWORK_SEARCH_PATHS)
entry forRunpath Search Paths
in Build Settings for your test target.