Closed ZawarAli6 closed 4 years ago
Hi @ZawarAli6, You are using an old version, you need to update the version of the SDK.
Hi @ZawarAli6, You are using an old version, you need to update the version of the SDK. I am using Cloudinary 2.0.3.
Hi, @ZawarAli6 The current version is 2.8.0.
Got this error while installing pods and I have only one version of xcode.
[!] /bin/bash -c set -e swift ./CLDCrypto/GenerateCLDCryptoModule.swift iphonesimulator . swift ./CLDCrypto/GenerateCLDCryptoModule.swift iphoneos .
./CLDCrypto/GenerateCLDCryptoModule.swift:15:34: error: 'characters' is unavailable: Please use String directly let args: [String] = command.characters.split { $0 == " " }.map(String.init) ^
~~~~~ Swift.String:5:16: note: 'characters' was obsoleted in Swift 5.0 public var characters: String { get set } ^