Flutter:1.20.2 : Error launching application on iPhone

1,743

It seems that for me the flutter_svg package was causing the issue.

Bumping its version to flutter_svg: ^0.18.0 solved the issue.

Share:
1,743
Admin
Author by

Admin

Updated on December 04, 2022

Comments

  • Admin
    Admin over 1 year

    Launching lib/main.dart on iPhone in debug mode... Signing iOS app for device deployment using developer identity: "Apple Development: [email protected] (APHJCKJCD5)" Xcode build done. 4.8s Failed to build iOS app Error output from Xcode build: ↳ Exited (sigterm) Could not build the precompiled application for the device.

    It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace

    Error launching application on iPhone.