Unable to Deploy my Geolocation Mobile to APPSTORE

Widgets & Design

Everytime i run the code i get this logs. Meanwhile, everythings works before the last Flutterflow update, please help me😱

Error Logs:

```

Launching lib/main.dart on Maps Mobile in debug mode...

Running Xcode build...

Xcode build done. 47.8s

[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.

10.22.0 - [FirebaseCore][I-COR000005] No app has been configured yet.

10.22.0 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:

https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging

to ensure proper integration.

[Firebase/Crashlytics] Version 10.22.0

Debug service listening on ws://127.0.0.1:65179/rhhzXxAFYjI=/ws

Syncing files to device Maps Mobile...

[GoRouter] Full paths for routes:

=> /

=> /onboardingPage

=> /LoginComponent

=> /placedetails

=> /signup

=> /selectOrg

=> /newHomePage

=> /userdetails

=> /newplacedetails

=> /trackingPage

=> /search

=> /qrScanner

=> /trackingDetailsForm/:userid/:workspaceid

=> /create_qr_code

=> /trackPermission

=> /teams

=> /teamMembers

=> /membersScreen

=> /membersDetailScreen

=> /membersSelectionScreen

=> /addMemberScreen

known full paths for route names:

_initialize => /

onboardingpage => /onboardingPage

logincomponent => /LoginComponent

placedetails => /placedetails

signup => /signup

selectorg => /selectOrg

newhomepage => /newHomePage

userdetails => /userdetails

newplacedetails => /newplacedetails

trackingpage => /trackingPage

search => /search

qrscanner => /qrScanner

trackingdetailsform => /trackingDetailsForm/:userid/:workspaceid

create_qr_code => /create_qr_code

trackpermission => /trackPermission

teams => /teams

teammembers => /teamMembers

membersscreen => /membersScreen

membersdetailscreen => /membersDetailScreen

membersselectionscreen => /membersSelectionScreen

addmemberscreen => /addMemberScreen

[GoRouter] setting initial location /

Lost connection to device.

Error: Unable to terminate com.dowell.dowellmaps on 85C57D04-3791-42D7-90FF-006E1A88D5E6:

ProcessException: Process exited abnormally with exit code -2:

Command: /usr/bin/arch -arm64e xcrun simctl terminate 85C57D04-3791-42D7-90FF-006E1A88D5E6 com.dowell.dowellmaps

the Dart compiler exited unexpectedly.

```

What have you tried so far?

I have removed the initial page and replace with the basic Google map widget. i still got the same issues.

Did you check FlutterFlow's Documentation for this topic?
Yes
5 replies