Skip to content

Commit

Permalink
Set pkg clone directory to work around PIF error
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Oct 24, 2023
1 parent c627e97 commit 839803e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ define buildtest
xcodebuild -scheme $(project)-Package \
-derivedDataPath .derived-data/$(1) -resultBundleVersion 3 -resultBundlePath ./TestResults/$(1) -destination '$(2)' \
-enableCodeCoverage=YES -enableAddressSanitizer=YES -enableThreadSanitizer=YES -enableUndefinedBehaviorSanitizer=YES \
-clonedSourcePackagesDirPath ${HOME}/.xcode-pkgs \
test | xcbeautify
endef

Expand Down

0 comments on commit 839803e

Please sign in to comment.