veritrans / Veritrans-ios-sdk

The new iOS SDK
MIT License
14 stars 33 forks source link

No visible @interface for 'UITableView' declares the selector 'setSectionHeaderTopPadding:' #562

Closed faisalarip closed 5 months ago

faisalarip commented 2 years ago

i have an error No visible @interface for 'UITableView' declares the selector 'setSectionHeaderTopPadding:' in VTPaymentListView.m, the error happened when i try to running the xcode after fresh pod installed. i put sdk MidtransCoreKit (1.20.2) and MidtransKit (1.20.2) in pod file

Tools: XCode 12.4, Swift 5

Screen Shot 2022-03-26 at 15 51 11
uziwuzzy commented 2 years ago

the api is available for ios 15, since your xcode is version 12, it can only run ios 14 and earlier, thus causes this error. Please update to xcode 13.