seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

import AST errors #46

Open tgunr opened 3 years ago

tgunr commented 3 years ago

Getting error that AST cannot be used as it was compiled for 5.3 while Xcode 12 is using 5.3.2

seanhenry commented 3 years ago

Hi @tgunr

The project was building against Xcode 12.1. I've updated the libraries to work with Xcode 12.2 now. Pull in master to see the changes 👍

bmwalters commented 3 years ago

@seanhenry looks like this needs another update for Xcode 12.5 / Swift 5.4.