jhomlala / catcher

Flutter error catching & handling plugin. Handles and reports exceptions in your app!
Apache License 2.0
787 stars 177 forks source link

XCode build error: Catcher v0.6.7 #192

Closed shobhit14gupta closed 3 years ago

shobhit14gupta commented 3 years ago

I upgraded the catcher to v0.6.7 from v0.6.3. During build process, I got the Xcode build error stating

.../../catcher-0.6.7/lib/model/report_handler.dart "Error: Expected a declaration, but got 4"

This was the line : 4import 'package:catcher/model/platform_type.dart';

Catcher Version**

jhomlala commented 3 years ago

@shobhit14gupta I've tested 0.6.7 release on iOS there was no problem reported by you. I also didn't find any line with 4import 'package:catcher/model/platform_type.dart';.