Closed betat closed 2 years ago
@betat I have not changed SwiftSyntax in 1.6.2, so I think there is another cause. Could you please delete the cache of Mint etc. and try again?
@uhooi
Thank you for your reaction! I solved this issue!!
I took the following actions.
$ xcode-select -p
$ mint uninstall mockolo
and $ mint bootstrap
@betat I'm happy because you solved the problem :)
The reporting of the problem was very clear. I'll be referring to it as well!!
Details
I use mockolo in iOS project with using Mint, and manage mockolo version with
Mintfile
. With version 1.6.1 of mockolo, the iOS project builds successfully, but if specify the version to 1.6.2, an error occurs and the build does not succeed.Error Message
Environment
OS version
macOS 11.6.1
Swift version installed on my machine
Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
Xcode version
Xcode 12.5.1
PMs version
mockolo Version
https://github.com/uber/mockolo/releases/tag/1.6.2
Compare 1.6.1 and 1.6.2
https://github.com/uber/mockolo/compare/1.6.1...1.6.2