Serhii Tsarikovskyi
Serhii Tsarikovskyi
I noticed the latest version in master The temporary fix is `pod 'SwiftyStoreKit', :git => 'https://github.com/bizz84/SwiftyStoreKit.git', :branch => 'master'`
I believe @bizz84 can do it 🙏
@yarodevuci It's occurring when you use trailing closure. Use explicit closure: ``` swift glimpse.startRecording(self.view, onCompletion: { videoUrl in }) ```
@yarodevuci https://www.hackingwithswift.com/example-code/language/what-is-trailing-closure-syntax