Cannot run on ios using flutter CRUD template

Hi, i face some issues when downloading the CRUD and run on ios

Launching lib/main.dart on iPhone 11 Pro Max in debug mode…
Running pod install… 3.0s
Running Xcode build…
Xcode build done. 17.9s
Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **

Xcode’s output:

/Users/ronald/Downloads/antreeCRUD/ios/Pods/Starscream/Sources/Starscream/Compression.swift:59:25: warning: ‘withUnsafeBytes’ is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead
return try data.withUnsafeBytes { (bytes:UnsafePointer) -> Data in
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/Starscream/Sources/Starscream/Compression.swift:140:14: warning: ‘withUnsafeBytes’ is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead
data.withUnsafeBytes { (ptr:UnsafePointer) -> Void in
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:282:30: warning: ‘withUnsafeMutableBytes’ is deprecated: use withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R instead
let _ = peerName.withUnsafeMutableBytes { (peerNamePtr: UnsafeMutablePointer) in
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1326:14: warning: ‘withUnsafeBytes’ is deprecated: use withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R instead
data.withUnsafeBytes { _ = CC_SHA1($0, CC_LONG(data.count), &digest) }
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/Starscream/Sources/Starscream/WebSocket.swift:1327:16: warning: ‘init(bytes:)’ is deprecated: use init(_:) instead
return Data(bytes: digest).base64EncodedString()
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:166:60: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoPoint(geoDictionary: [String : Any]) -> GeoPoint? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:188:62: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoCluster(geoDictionary: [String : Any]) -> GeoCluster? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:209:65: warning: ‘GeoFence’ is deprecated: The GeoFence class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoFence(geoFenceDictionary: [String : Any]) -> GeoFence? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:241:87: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
func adaptToSearchMatchesResult(searchMatchesResultDictionary: [String : Any]) -> SearchMatchesResult? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Backendless.swift:92:26: warning: ‘GeoService’ is deprecated: The GeoService class is deprecated and will be removed from SDK in the nearest future
public lazy var geo: GeoService = {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Backendless.swift:96:33: warning: ‘GeoService’ is deprecated: The GeoService class is deprecated and will be removed from SDK in the nearest future
public lazy var geoService: GeoService = {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Backendless.swift:97:26: warning: ‘GeoService’ is deprecated: The GeoService class is deprecated and will be removed from SDK in the nearest future
let _geoSevice = GeoService()
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:166:60: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoPoint(geoDictionary: [String : Any]) -> GeoPoint? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:188:62: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoCluster(geoDictionary: [String : Any]) -> GeoCluster? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:209:65: warning: ‘GeoFence’ is deprecated: The GeoFence class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoFence(geoFenceDictionary: [String : Any]) -> GeoFence? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:222:38: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
var geoFenceNodes = GeoPoint
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Backendless.swift:96:33: warning: ‘GeoService’ is deprecated: The GeoService class is deprecated and will be removed from SDK in the nearest future
public lazy var geoService: GeoService = {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:166:60: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoPoint(geoDictionary: [String : Any]) -> GeoPoint? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:188:62: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoCluster(geoDictionary: [String : Any]) -> GeoCluster? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:209:65: warning: ‘GeoFence’ is deprecated: The GeoFence class is deprecated and will be removed from SDK in the nearest future
func adaptToGeoFence(geoFenceDictionary: [String : Any]) -> GeoFence? {
^
/Users/ronald/Downloads/antreeCRUD/ios/Pods/BackendlessSwift/Sources/SwiftSDK/Response/ProcessResponse.swift:241:87: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
func adaptToSearchMatchesResult(searchMatchesResultDictionary: [String : Any]) -> SearchMatchesResult? {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:61:36: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
private func readGeoQuery() -> BackendlessGeoQuery? {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:65:42: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(BackendlessGeoQuery.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:72:16: error: value of optional type ‘BLPoint??’ not unwrapped; did you mean to use ‘try!’ or chain with ‘?’?
return try? BLPoint.fromWkt(wkt)
^~~~
try!
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:79:16: error: value of optional type ‘BLLineString??’ not unwrapped; did you mean to use ‘try!’ or chain with ‘?’?
return try? BLLineString.fromWkt(wkt)
^~~~
try!
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:86:16: error: value of optional type ‘BLPolygon??’ not unwrapped; did you mean to use ‘try!’ or chain with ‘?’?
return try? BLPolygon.fromWkt(wkt)
^~~~
try!
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:222:46: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(GeoPoint.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:236:46: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(GeoCategory.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:238:46: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(BackendlessGeoQuery.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:240:46: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(GeoCluster.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessReader.swift:242:46: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
return try? JSONDecoder().decode(SearchMatchesResult.self, from: jsonData)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:22:17: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
case is GeoPoint, is DataQueryBuilder, is LoadRelationsQueryBuilder, is ObjectProperty,
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:23:41: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
is BackendlessFileInfo, is GeoCategory, is BackendlessGeoQuery, is GeoCluster,
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:23:57: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
is BackendlessFileInfo, is GeoCategory, is BackendlessGeoQuery, is GeoCluster,
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:23:81: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
is BackendlessFileInfo, is GeoCategory, is BackendlessGeoQuery, is GeoCluster,
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:24:17: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
is SearchMatchesResult, is MessageStatus, is DeviceRegistration, is PublishOptions,
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:51:32: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
} else if value is BackendlessGeoQuery {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:98:17: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
case is GeoCluster:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:99:56: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
return try? JSONEncoder().encode(value as! GeoCluster)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:100:17: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
case is GeoPoint:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:101:56: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
return try? JSONEncoder().encode(value as! GeoPoint)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:112:17: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
case is GeoCategory:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:113:56: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
return try? JSONEncoder().encode(value as! GeoCategory)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:114:17: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
case is BackendlessGeoQuery:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:115:56: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
return try? JSONEncoder().encode(value as! BackendlessGeoQuery)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:116:17: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
case is SearchMatchesResult:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:117:56: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
return try? JSONEncoder().encode(value as! SearchMatchesResult)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:149:17: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
case is GeoCluster:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:151:17: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
case is GeoPoint:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:163:17: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
case is GeoCategory:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:165:17: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
case is BackendlessGeoQuery:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CustomArgumentsCoding/BackendlessWriter.swift:167:17: warning: ‘SearchMatchesResult’ is deprecated: The SearchMatchesResult class is deprecated and will be removed from SDK in the nearest future
case is SearchMatchesResult:
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/DataCallHandler.swift:483:13: warning: variable ‘children’ was never mutated; consider changing to ‘let’ constant
var children: [String]? = arguments[Args.childrenObjectIds].flatMap(cast)
~~~ ^
let
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/Helpers/FlutterGeofenceCallback.swift:13:32: warning: ‘IGeofenceCallback’ is deprecated: The IGeofenceCallback protocol is deprecated and will be removed from SDK in the nearest future
class FlutterGeofenceCallback: IGeofenceCallback {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:56:34: warning: ‘IGeofenceCallback’ is deprecated: The IGeofenceCallback protocol is deprecated and will be removed from SDK in the nearest future
private var callbacks: [Int: IGeofenceCallback] = [:]
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:121:43: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
responseHandler: { (category: GeoCategory) in
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:160:23: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
let geoQuery: BackendlessGeoQuery? = arguments[Args.query].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:203:23: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
let geoQuery: BackendlessGeoQuery? = arguments[Args.query].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:205:25: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
let geoCluster: GeoCluster? = arguments[Args.geoCluster].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:245:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:263:29: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
guard let geoQuery: BackendlessGeoQuery = arguments[Args.geoQuery].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:281:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:305:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:335:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:365:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:389:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:400:31: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let newGeoPoint = GeoPoint()
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:471:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/Helpers/FlutterGeofenceCallback.swift:13:32: warning: ‘IGeofenceCallback’ is deprecated: The IGeofenceCallback protocol is deprecated and will be removed from SDK in the nearest future
class FlutterGeofenceCallback: IGeofenceCallback {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:56:34: warning: ‘IGeofenceCallback’ is deprecated: The IGeofenceCallback protocol is deprecated and will be removed from SDK in the nearest future
private var callbacks: [Int: IGeofenceCallback] = [:]
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:121:43: warning: ‘GeoCategory’ is deprecated: The GeoCategory class is deprecated and will be removed from SDK in the nearest future
responseHandler: { (category: GeoCategory) in
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:160:23: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
let geoQuery: BackendlessGeoQuery? = arguments[Args.query].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:203:23: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
let geoQuery: BackendlessGeoQuery? = arguments[Args.query].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:205:25: warning: ‘GeoCluster’ is deprecated: The GeoCluster class is deprecated and will be removed from SDK in the nearest future
let geoCluster: GeoCluster? = arguments[Args.geoCluster].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:245:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:263:29: warning: ‘BackendlessGeoQuery’ is deprecated: The BackendlessGeoQuery class is deprecated and will be removed from SDK in the nearest future
guard let geoQuery: BackendlessGeoQuery = arguments[Args.geoQuery].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:281:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:305:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:335:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:365:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:389:23: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let geoPoint: GeoPoint? = arguments[Args.geoPoint].flatMap(cast)
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:400:31: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
let newGeoPoint = GeoPoint()
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:471:29: warning: ‘GeoPoint’ is deprecated: The GeoPoint class is deprecated and will be removed from SDK in the nearest future
guard let geoPoint: GeoPoint = arguments[Args.geoPoint].flatMap(cast) else {
^
/Users/ronald/.pub-cache/hosted/pub.dartlang.org/backendless_sdk-1.1.8/ios/Classes/CallHandlers/GeoCallHandler.swift:56:34: warning: ‘IGeofenceCallback’ is deprecated: The IGeofenceCallback protocol is deprecated and will be removed from SDK in the nearest future
private var callbacks: [Int: IGeofenceCallback] = [:]
^
note: Using new build system
note: Planning build
note: Constructing build description

Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.

I’m using the latest sdk backendless_sdk: ^1.1.8
Flutter (Channel stable, v1.17.5, on Mac OS X 10.14.5 18F132, locale en-ID)
• Flutter version 1.17.5
• Framework revision 8af6b2f038 (7 days ago), 2020-06-30 12:53:55 -0700
• Engine revision ee76268252
• Dart version 2.8.4

Can you guys help me? Thanks

Hi @Ronald_Budianto

Please run the following commands in your project:

cd ios
pod update

And let us know if it works for you.

Best Regards,
Maksym

Hi @Maksym_Khobotin, it’s not working the error still the same. Any other solution?

Hi @Ronald_Budianto

I’ve reproduced your issue and created the internal ticket BKNDLSS-22137. We will fix it as soon as possible.

Best Regards,
Maksym

Hi @Maksym_Khobotin, thanks, can i get estimation? and i found the problem occurred too in another project except the flutter chat example.

As a workaround for now you can replace your CodegenProject/ios/Runner.xcodeproj file with this one:
Runner.xcodeproj.zip (5.4 KB)
This should resolve the issue. I will update the codegen as soon as I am able to.

Also can you specify what project has the same issue?

Best Regards,
Maksym

Hi @Maksym_Khobotin, thanks for you help, it works right now. For the issue it affect the flutter template project Files and Login but Chat it works fine.