failing to build
See original GitHub issue** 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:
- Created 4 years ago
- Reactions:3
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
yeah will try to find out Thank you