What version of Swift-SDK do you use? The latest one is 6.7.8, and it seems like you’re using the older one, because some signatures changed a little since then.
I highly recommend updating to the latest version, and try again. Please let me know if t helped.
I’m asking not about the Swift version but the Backendless Swift-SDK version (the latest now is 6.7.8). The article you followed is quite old (2018) and uses the old iOS-SDK which is not supported anymore. Please upgrade to the newest Backendless Swift-SDK and let me know if the problem still occurs.
(There will be some method signature changes).
target ‘AppleTvDemo’ do
use_frameworks!
pod 'BackendlessSwift'
end
(pod 'BackendlessSwift' instead of pod 'Backenldess')
The version could be checked in the Podfile.lock file after pods are installed.
To install the latest version of BackendlessSwift-SDK (v 6.7.8) the tvOS deployment target should be at least 11.0.
I’ll update the Github sample as soon as possible.