Ragul PR

Results 20 comments of Ragul PR

> When you run the app directly on xcode, no more logs ? **Logs :** warning: (arm64) /Users/ragulpr/steam-a/zeon/ev-flutter/ios/DerivedData/Runner/Build/Products/Debug-iphonesimulator/Runner.app/Runner empty dSYM file detected, dSYM was created with an executable with no...

> No specific line inside code ? Hi @EArminjon , This is the only log in my xcode.

Crashlytics didn't provide any thing else ? - No I don't find anything.

I am getting same error in another package.

I have added all the plugins in my app to the example app and it runs without any error

I tried deleting iOS folder and created again with` flutter create .`. But still the same error is occuring.

main.dart ```dart import 'package:ev/core/helpers/banner_utils.dart'; import 'package:ev/core/helpers/common_function.dart'; import 'package:ev/core/helpers/print_helper.dart'; import 'dart:async'; import 'dart:io'; import 'package:connectivity_plus/connectivity_plus.dart'; import 'package:device_info_plus/device_info_plus.dart'; import 'package:device_preview/device_preview.dart'; import 'package:ev/core/constant_variables.dart'; import 'package:ev/core/endpoints.dart'; import 'package:ev/core/globals.dart'; import 'package:ev/core/helpers/firebase_logs.dart'; import 'package:ev/core/helpers/recent_search_manager.dart'; import 'package:ev/core/internet_connectivity/internet_connectivity_viewmodel.dart';...

@EArminjon Please check the main.dart

@EArminjon Its having more than 100 files and each file are dependent. its really hard to add the code to another project.