Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Stuck at -- LLDB integration loaded -- #1024

Open
@ragavendranbala-TSL

Description

Describe the bug
Flutter app stuck at -- LLDB integration loaded -- log in the console on iOS

To Reproduce
Steps to reproduce the behavior:

  1. Take iOS debug build
  2. Add it to the Runner and reference the UnityFramework
  3. flutter run
  4. Once it installed and opens automatically
  5. Check the app
  6. It just stuck on Splash screen throwing the console log -- LLDB integration loaded -- in xcode

Expected behavior
The app should work without any issues

Screenshots

Image Image Image Image

Unity (please complete the following information):

  • OS: iOS
  • Version : Unity 6.0.51

Smartphone (please complete the following information):

  • Device: iPhone 11
  • OS: iOS
  • Version 18.5

Additional context
I tried building the same flutter app without unity widget and removed references.
It crossing the splash screen and working as expected without any issues.

My Pubspec file

name: step_workflow_poc
description: A minimal proof of concept for a step-by-step instruction app.
version: 1.0.0+1
environment:
 sdk: ">=3.0.0 <4.0.0"
dependencies:
 flutter:
 sdk: flutter
 provider: ^6.1.1
 image_picker: ^1.0.7
 video_player: ^2.7.0
 video_thumbnail: ^0.5.3
 path_provider: ^2.1.2
 http: ^1.2.1
 flutter_html: ^3.0.0
 shared_preferences: ^2.2.2 
 flutter_unity_widget:
 git:
 url: https://github.com/juicycleff/flutter-unity-view-widget.git
 ref: experimental/unity_6000 # branch name
 msal_auth: ^3.1.4
 fluttertoast: ^8.2.12
dev_dependencies:
 flutter_test:
 sdk: flutter
 flutter_lints: ^6.0.0
 flutter_native_splash: ^2.4.0
 flutter_launcher_icons: ^0.14.4
flutter_native_splash:
 android: true
 ios: true
 image: assets/splash_icon.png
 color: "#1859C4"
 android_gravity: fill
 fullscreen: true
 android_12:
 android_gravity: fill
 fullscreen: true 
 color: "#1859C4"
 image: assets/splash_icon.png
flutter_launcher_icons:
 image_path: "assets/logo.png"
 android: true
 ios: true
 remove_alpha_ios: true
flutter:
 uses-material-design: true
 assets:
 - assets/logo.png
 - assets/splash_icon.png
 - assets/splash_background.png
 - assets/images/clutch_maintenance.jpg
 - assets/images/1_Screw.png
 - assets/images/2_OpenScrews.png
 - assets/images/3_OpenCase.png
 - assets/images/4_ApplyGrease.png
 - assets/images/5_CloseCase.png
 - assets/images/6_CloseScrews.png
 - assets/images/Clutch_Repair.mp4
 - assets/workflows_index.json
 - assets/workflows/clutch_replacement.json
 - assets/workflows/brake_inspection.json
 - assets/workflows/safety_checklist.json
 - assets/msal_config.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /