Oleksii Shvachenko

Results 1 comments of Oleksii Shvachenko

@jannyProjects I fixed that error by updating next line in `prepare-cyrus-sasl.sh` ``` -SDK_IOS_VERSION="`xcodebuild -showsdks 2>/dev/null | grep iphoneos | sed 's/.*iphoneos\(.*\)/\1/'`" +SDK_IOS_VERSION="`xcodebuild -showsdks 2>/dev/null | grep 'sdk iphoneos' | sed...