You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I getting this error while making the build and it's very urgent
/ios/Pods/Stripe/Stripe/STPAddCardViewController.swift:119:35: error: 'STPCardScanner' is only available in iOS 13 or newer
private lazy var cardScanner: STPCardScanner? = nil
^
/ios/Pods/Stripe/Stripe/STPAddCardViewController.swift:12:14: note: add @available attribute to enclosing class
public class STPAddCardViewController: STPCoreTableViewController, STPAddressViewModelDelegate,
^
/ios/Pods/Stripe/Stripe/STPBSBNumberValidator.swift:133:42: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
private let kBSBNumberDashIndex = String.IndexDistance(3)
System Properties
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: Mac14,7
Model Number: Z16R0006KHN/A
Chip: Apple M2
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 8419.60.44
OS Loader Version: 8419.60.44
Serial Number (system): XNCF29M0XY
Hardware UUID: 1A5B2A73-1CBE-5181-B82E-C0806D26B850
Provisioning UDID: 00008112-000E204A3A31401E
Activation Lock Status: Enabled
The text was updated successfully, but these errors were encountered:
Hi Team,
I getting this error while making the build and it's very urgent
/ios/Pods/Stripe/Stripe/STPAddCardViewController.swift:119:35: error: 'STPCardScanner' is only available in iOS 13 or newer
private lazy var cardScanner: STPCardScanner? = nil
^
/ios/Pods/Stripe/Stripe/STPAddCardViewController.swift:12:14: note: add @available attribute to enclosing class
public class STPAddCardViewController: STPCoreTableViewController, STPAddressViewModelDelegate,
^
/ios/Pods/Stripe/Stripe/STPBSBNumberValidator.swift:133:42: warning: 'IndexDistance' is deprecated: All index distances are now of type Int
private let kBSBNumberDashIndex = String.IndexDistance(3)
System Properties
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: Mac14,7
Model Number: Z16R0006KHN/A
Chip: Apple M2
Total Number of Cores: 8 (4 performance and 4 efficiency)
Memory: 16 GB
System Firmware Version: 8419.60.44
OS Loader Version: 8419.60.44
Serial Number (system): XNCF29M0XY
Hardware UUID: 1A5B2A73-1CBE-5181-B82E-C0806D26B850
Provisioning UDID: 00008112-000E204A3A31401E
Activation Lock Status: Enabled
The text was updated successfully, but these errors were encountered: