Dmitry Letko
Dmitry Letko
Right now strings from `.stringsdict` file marked as `NSStringVariableWidthRuleType ` are not parsed at all. Please, take a look at one of the article regarding the feature: http://szulctomasz.com/2015/07/18/ios-strings-with-length-variations.html So, it'd...
https://github.com/efremidze/Cluster/blob/3c70568c779456355895adf354a01e7fe5440ebf/Sources/Cluster.swift#L335 The line of code above triggers UI update via KVO on background thread and it leads to a crash because of precondition. ``` NSInternalInconsistencyException Modifications to the layout engine...
Hi, It looks like there we have to prepare `@config.generated_frameworks_dir` directory as well, otherwise it will be created by zip-tool concurrently and can lead to a missing library because of...
Right now the version of `ObjectMapper` is specified as `ss.dependency "ObjectMapper", '~> 2.2'` in podspec. And it doesn't allow us to use version 3.0 of the library. But it's definitely...
ping
Starting from the latest release the SDK automatically includes the No-Codes SDK as a dependency. This increases the final binary size even for apps that don’t use No-Codes features. It...