uber / mockolo

Efficient Mock Generator for Swift
Apache License 2.0
804 stars 85 forks source link

Use lib_InternalSwiftSyntaxParser resolved by SPM #223

Closed fummicc1 closed 1 year ago

fummicc1 commented 1 year ago

Overview

One of the install option; downloading mockolo.tar.gz does not work if we generate mockolo binary withlib_InternalSwiftSyntaxParser which is placed inside Xcode toolchain.

I think there is no need to copy lib_internalSwiftSyntaxParser.dylib from xcode toolchain and we can just use one resolved by running swift build.

please feel free to correct me if there is a better way.

Issue