Closed sjrmanning closed 7 years ago
Hey @sjrmanning, are you building on the latest master
? I've recently pushed 2e09056 which should build correctly on 8.3.2
.
Could you try:
git fetch
git checkout master
make clean build
@sjrmanning Did it work for you?
Yes it did! I think I may have already had this commit but maybe needed the clean. Thanks for the advice, really appreciate the project :)
I'm guessing this is because I'm using Xcode 8.3.2, but just wanted to confirm. I'm getting this error after building with
swift build
on master:Any ideas? Anyone else getting the same?
Cheers!