question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

** BUILD FAILED **

Xcode's output:
↳
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    /Users/home/Documents/flutter/test_crashlytics/ios/Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'flutter_crashlytics/FlutterCrashlyticsPlugin.h' file not found
    #import <flutter_crashlytics/FlutterCrashlyticsPlugin.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.2.1, on Mac OS X 10.14.1 18B75, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) [✓] Android Studio (version 3.1) [✓] VS Code (version 1.32.3) [✓] Connected device (1 available)

Pod File

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'Runner' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!
    pod 'Firebase/Core'
  # Pods for Runner

end

Dependencies in pubspec.yaml file

version: 1.0.0+1

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter
  flutter_crashlytics: ^0.3.0

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.2

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jaumardcommented, Mar 29, 2019

No problem 😃 I’m closing this issue as it’s not related to the package 😃 but don’t hesitate to open a new one if you have one ! Chreers

0reactions
Vikas-Jillacommented, Mar 29, 2019

yeah will try to find out Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

What does "Build Failing" mean in Github? - SitePoint
I've assumed that “Build failing” means the package in question on Github doesn't work but I read one comment elsewhere suggesting otherwise. ...
Read more >
TeamCity On-Premises - Build Failure Conditions - JetBrains
TeamCity allows changing the conditions under which a build is marked as failed. You can adjust these build failure conditions in Build Configuration ......
Read more >
Failed Builds - Visual Studio App Center - Microsoft Learn
There are various reasons why your build could have failed that might be unique to your project. Usually an efficient way to diagnose...
Read more >
Failing builds fast - Buildkite
There's nothing worse than a build which takes forever just to tell you it's broken. If you're in a big team running lots...
Read more >
Build Failure Duration - Optimizing For Happiness
We should not commit when the build is broken unless it is to fix the reason for breakage in the first place. There...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found