App fails to build when using Backendless Flutter SDK on iOS

Whenever I try to build my Flutter project on iOS, it fails.
It works just fine on Android but for some reason it won’t build on iOS.

Backendless Flutter SDK version: 7.1.1

The build log: Launching lib/main.dart on iPhone 12 Pro Max in debug mode...Running pod insta - Pastebin.com

Yes, same bug.

there is a error in RelationStatus.swift definition, it must be

@objcMembers public class RelationStatus: NSObject, Codable {

(there was just NSObject )

1 Like

Thank you for reporting this issue, I’ve created an internal ticket(BKNDLSS-26283) to investigate this problem and will notify you when it becomes solved.

Regards, Dima

1 Like

Hello, @lucke, @A2_Capital.

We have released Flutter-SDK 7.1.3.
This issue has been fixed.

Best Regards, Nikita.

1 Like