First of all, thanks for this great project!
I'm trying to build the binaries on macos but when I run script/install_mac.sh this step fails:
xcodebuild \
-project phaselimiter.xcodeproj \
-configuration Release
because the phaselimiter.xcodeproj is missing.
First of all, thanks for this great project!
I'm trying to build the binaries on macos but when I run
script/install_mac.shthis step fails:because the
phaselimiter.xcodeprojis missing.