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

On 1.0.0 .symlinks/../flutter_crashlytics/ios/Classes folder is empty #87

Open
artem-zaitsev opened this issue May 16, 2019 · 1 comment

Comments

@artem-zaitsev
Copy link

artem-zaitsev commented May 16, 2019

This cause a fatal error at the build.

../ios/Runner/GeneratedPluginRegistrant.m:12:9: fatal error: 'flutter_crashlytics/FlutterCrashlyticsPlugin.h' file not found
    #import <flutter_crashlytics/FlutterCrashlyticsPlugin.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.

If I revert to 0.3.0 - everything is ok.

Flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.5.4-hotfix.2, on Mac OS X 10.14.4 18E226, locale ru-RU)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2.1)
[✓] Android Studio
[✓] VS Code (version 1.33.1)
[✓] Connected device (1 available)

• No issues found!

pubspec.yaml

flutter_crashlytics: 1.0.0

@jaumard
Copy link
Contributor

jaumard commented May 16, 2019

you might need to do this:

cd ios
pod update

Then do flutter clean and try again,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants