Closed inderdhir closed 3 years ago
@dlafreniere Question: What Xcode version are you using? You may be using an older version with an older version of Swift which might explain why
guard let self = self
breaks.
12.4 it's the latest version that works on Catalina
@dlafreniere Just pushed a change to this branch, let me know if that compiles for ya and I'll cut another release
@inderdhir it's all good! 💯
@dlafreniere Question: What Xcode version are you using? You may be using an older version with an older version of Swift which might explain why
guard let self = self
breaks.