Ivan Vavilov
Ivan Vavilov
I've updated example project to Swift 5 with Xcode 11.1. --- This change is [](https://reviewable.io/reviews/alexruperez/arautocompletetextview/14)
I found the view, that selector is sent, but it's just a view with 4 subviews. Exception and crash is occurred after FXBlur only. ``` * thread #1: tid =...
Установка ``` pod 'YandexMapsMobile', '4.0.0-full' pod --version 1.10.1 ``` Ошибка ``` ld: in /Users/user/Documents/Xcode/project-ios/Pods/YandexMapsMobile/YandexMapsMobile.framework/YandexMapsMobile(YMKRouteView_Binding.mm.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/user/Documents/Xcode/project-ios/Pods/YandexMapsMobile/YandexMapsMobile.framework/YandexMapsMobile' for architecture...
I'm interested using additional parameters for algorithm: 1. Padding (PSS). 2. Salt length. Now padding is PKCS1 by default and isn't configurable and no salt parameter at all. I found...
I have no problem with calling from the main bundle. But I want to write a unit test, and I've got ``` OSStatus error:[-34018] Internal error when a required entitlement...
Add disclaimer, that repo is not actively supported.
AsyncAwaitHelper.swift: 16 `withTaskCancellationHandler` is deprecated, renamed to `withTaskCancellationHandler(operation:onCancel:)`.