amer rawashdeh
amer rawashdeh

Reputation: 1

Flutter installed but failed to start-up on real IOS device

Flutter failed to start-up on real IOS device (not emulator), its working fine on the IOS emulator but when I connect my device its installed but fails to launch without printing any message on flutter application log.

Launching lib/main.dart on XXXX in debug mode...

Automatically signing iOS for device deployment using specified development team in Xcode project: XXXXX
Running Xcode build...                                                  

 └─Compiling, linking and signing...                        10.7s
Xcode build done.                                           20.1s
Installing and launching...      
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.15.4-pre.262, on Mac OS X 10.14.6 18G3020, locale en-GB)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Android Studio (version 3.5)
[✓] IntelliJ IDEA Ultimate Edition (version 2019.3.1)
[✓] Connected device (1 available)

• No issues found!

could you please help!

Upvotes: 0

Views: 1271

Answers (2)

E.Benedos
E.Benedos

Reputation: 1767

There was an issue on Flutter repository as mentioned by @amer rawashdeh.

iOS 13.4 is now available, please update your iOS device and Xcode to v11.4 to keep your project newly working.

If you are on Flutter stable channel you need also to apply this guide to keep you project working with v11.4 Xcode

Upvotes: 1

amer rawashdeh
amer rawashdeh

Reputation: 1

It seems the problem with ISO version 13.3.1 only check it out: https://github.com/flutter/flutter/issues/49504#issuecomment-581554697 The application was working on IOS emulator version 13.3

Upvotes: 0

Related Questions