Pavel Anpleenko

Results 3 comments of Pavel Anpleenko

Solved a problem through doneHandler method ```swift fastisController.doneHandler = { [weak self] date in if let newValue = date { currentValue = newValue } } ```

I had tried to do this, but It hadn't helped me https://github.com/CocoaPods/CocoaPods/issues/10723#issuecomment-864408657

I had found a workaround solution, but I'm not sure good or not my way. I changed **objectVersion** in **GoodTraining.xcodeproj -> project.pbxproj** file. It worked, but I have to change...