Closed RAGOpoR closed 1 year ago
@RAGOpoR Thank you for bringing this up the issue. We suggest that you use the stable version of XCode because the Beta versions are prone to having bugs. If the issue persist even in XCode 15 stable version, then we will look into this. Thank you.
I found same problem in XCode 15 stable version.
Found the same issue on Xcode15 stable too (through Carthage).
.../Carthage/Checkouts/omise-ios/OmiseSDK/CreditCardFormViewController.swift:189:6: error: stored properties cannot be marked unavailable with '@available'
@available(*, unavailable, message: "Built in support for Card.ios was removed. You can implement it in your app and call the setCreditCardInformation(number:name:expiration:) method") // swiftlint:disable:this line_length
^
Edited: SPM also doesn't work.
Is it possible to fix this error?