Sinch Sms Verification 2.0.3 SDK Swift 3
问题 Hi Im using Sinch sms verification to sign up users in my app but after updating my code to swift 3 (and sinch sdk currently 2.0.3), Im getting the following error Use of unresolved identifier 'SINPhoneNumberUtil' Use of unresolved identifier 'SINPhoneNumberFormat' Use of undeclared type 'SINPhoneNumber' That the code who was working with previous SDK and Swift 2 if (result.success){ let phoneUtil = SINPhoneNumberUtil() do { let defaultRegion = DeviceRegion.currentCountryCode() let phoneNum: