Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS build issue after icon generation #605

Open
caporalCoder opened this issue Oct 18, 2024 · 0 comments
Open

iOS build issue after icon generation #605

caporalCoder opened this issue Oct 18, 2024 · 0 comments
Labels

Comments

@caporalCoder
Copy link

ℹ️ Info

flutter_launcher_icons: ^0.14.1

💬 Description

This is my flutter version: Flutter 3.24.3 • channel stable.

When I run flutter run I am getting the following error after running dart run flutter_launcher_icons:

Could not build the precompiled application for the device.
Error (Xcode): Target debug_ios_bundle_flutter_assets failed: Exception: Failed to codesign

📜 Pubspec.yaml

flutter_launcher_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/images/logo.png"
  min_sdk_android: 21 # android min sdk min:16, default 21
  web:
    generate: true
    image_path: "assets/images/logo.png"
    background_color: "#FFFFFF"
    theme_color: "#2575FC"
  windows:
    generate: true
    image_path: "assets/images/logo.png"
    icon_size: 48 # min:48, max:256, default: 48
  macos:
    generate: true
    image_path: "assets/images/logo.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant