firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.63k stars 3.95k forks source link

🐛 [firebase_core] [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() #4605

Closed DineshTaral123 closed 3 years ago

DineshTaral123 commented 3 years ago

The app is working fine in Android but when i try to run same app in iOS (Real Device 14.3) it showing me an error " [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() " . My all configurations with iOS is done as showing in Readme.md file, and also tried with different projects but getting same error. my main.dart file is

void main()async{
WidgetsFlutterBinding.ensureInitialized();
try {
  await Firebase.initializeApp();
}catch(err){
  print("$err");
}
 runZonedGuarded(() {
    SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
    runApp(MyApp());
  }, (error, stackTrace) {
    print('runZonedGuarded: Caught error in my root zone.');
  });
}
markusaksli-nc commented 3 years ago

Hi @DineshTaral123 Did you add the GoogleService-Info.plist file in Xcode? Could you please provide your flutter doctor -v, flutter pub deps -- --style=compact, and flutter run -v logs? Thank you

DineshTaral123 commented 3 years ago
flutter doctor -v ``` [✓] Flutter (Channel stable, 1.22.4, on Mac OS X 10.15.7 19H15 darwin-x64, locale en-IN) • Flutter version 1.22.4 at /Users/bipul/Desktop/flutter • Framework revision 1aafb3a8b9 (8 weeks ago), 2020-11-13 09:59:28 -0800 • Engine revision 2c956a31c0 • Dart version 2.10.4 [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) • Android SDK at /Users/bipul/Library/Android/sdk • Platform android-30, build-tools 30.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 12.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 12.3, Build version 12C33 • CocoaPods version 1.9.3 [✓] Android Studio (version 4.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin installed • Dart plugin version 201.9245 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495) [✓] Connected device (1 available) • Bipul’s iPhone (mobile) • c37c740d5afc8f71158387f89f6afff970691999 • ios • iOS 14.3 ! Error: Bipul’s iPhone is busy: Processing cache files from device. Xcode will continue when Bipul’s iPhone is finished. (code -10) • No issues found! ```
flutter pub deps -- --style=compact ``` Dart SDK 2.10.4 Flutter SDK 1.22.4 rxdoctorsapp 1.0.0+1 dependencies: - agora_rtc_engine 3.2.1 [flutter flutter_web_plugins json_annotation] - bubble 1.1.9+1 [flutter] - cached_network_image 2.5.0 [flutter flutter_cache_manager octo_image] - cloud_firestore 0.14.4 [flutter meta quiver firebase_core firebase_core_platform_interface cloud_firestore_platform_interface cloud_firestore_web] - cupertino_icons 1.0.0 - custom_switch_button 0.5.0 [flutter simple_animations] - date_field 0.3.3 [flutter intl] - dio 3.0.10 [http_parser path] - expandable 4.1.4 [flutter] - firebase_core 0.5.3 [firebase_core_platform_interface flutter quiver meta firebase_core_web] - firebase_messaging 7.0.3 [meta flutter firebase_core] - flutter 0.0.0 [characters collection meta typed_data vector_math sky_engine] - flutter_apns 1.4.1 [flutter firebase_messaging] - flutter_dash 0.0.1 [flutter] - flutter_local_notifications 3.0.2 [flutter platform flutter_local_notifications_platform_interface timezone] - flutter_range_slider 1.5.0 [flutter] - flutter_share 1.0.5 [flutter] - flutter_tags 0.4.9+1 [flutter] - flutter_typeahead 1.9.2 [flutter flutter_keyboard_visibility] - fluttertoast 7.1.6 [flutter flutter_web_plugins] - font_awesome_flutter 8.11.0 [flutter] - google_fonts 1.1.1 [flutter http path_provider crypto pedantic] - google_places_picker 2.1.0+3 [flutter] - hooks_riverpod 0.12.1 [collection flutter flutter_hooks flutter_riverpod riverpod state_notifier] - http_parser 3.1.4 [charcode collection source_span string_scanner typed_data] - intl 0.16.1 [path] - path 1.8.0-nullsafety.1 - permission_handler 5.0.1+1 [flutter meta permission_handler_platform_interface] - pin_code_fields 6.0.2 [flutter] - rxdart 0.24.1 - shimmer 1.1.2 [flutter] - stream_chat_flutter 0.2.20+2 [flutter photo_view rxdart jiffy flutter_portal cached_network_image flutter_markdown url_launcher video_player chewie file_picker image_picker flutter_keyboard_visibility stream_chat mime visibility_detector http_parser] dev dependencies: - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters charcode collection matcher meta source_span stream_channel string_scanner term_glyph typed_data] transitive dependencies: - archive 2.0.13 [crypto args path] - args 1.6.0 - async 2.5.0-nullsafety.1 [collection] - boolean_selector 2.1.0-nullsafety.1 [source_span string_scanner] - characters 1.1.0-nullsafety.3 - charcode 1.2.0-nullsafety.1 - chewie 0.12.1+1 [cupertino_icons flutter video_player wakelock] - clock 1.1.0-nullsafety.1 - cloud_firestore_platform_interface 2.2.1 [flutter meta collection firebase_core plugin_platform_interface] - cloud_firestore_web 0.2.1+2 [flutter flutter_web_plugins http_parser meta firebase_core firebase_core_web cloud_firestore_platform_interface js] - collection 1.15.0-nullsafety.3 - convert 2.1.1 [charcode typed_data] - crypto 2.1.5 [collection convert typed_data] - csslib 0.16.2 [source_span] - fake_async 1.2.0-nullsafety.1 [clock collection] - ffi 0.1.3 - file 5.2.1 [intl meta path] - file_picker 2.1.5 [flutter flutter_web_plugins flutter_plugin_android_lifecycle plugin_platform_interface] - firebase_core_platform_interface 2.1.0 [flutter meta plugin_platform_interface quiver] - firebase_core_web 0.2.1+1 [firebase_core_platform_interface flutter flutter_web_plugins meta js] - flutter_blurhash 0.5.0 [flutter meta] - flutter_cache_manager 2.1.0 [flutter path_provider uuid http path sqflite pedantic clock file rxdart image] - flutter_hooks 0.15.0 [flutter] - flutter_keyboard_visibility 4.0.2 [meta flutter_keyboard_visibility_platform_interface flutter_keyboard_visibility_web flutter] - flutter_keyboard_visibility_platform_interface 1.0.1 [flutter meta plugin_platform_interface] - flutter_keyboard_visibility_web 1.0.1 [flutter_keyboard_visibility_platform_interface flutter_web_plugins flutter] - flutter_local_notifications_platform_interface 2.0.0+1 [flutter plugin_platform_interface] - flutter_markdown 0.5.2 [flutter markdown meta path] - flutter_plugin_android_lifecycle 1.0.11 [flutter] - flutter_portal 0.3.0 [flutter] - flutter_riverpod 0.12.1 [collection flutter meta riverpod state_notifier] - flutter_web_plugins 0.0.0 [flutter characters collection meta typed_data vector_math] - freezed_annotation 0.12.0 [collection json_annotation meta] - html 0.14.0+4 [csslib source_span] - http 0.12.2 [http_parser path pedantic] - image 2.1.19 [archive xml meta] - image_picker 0.6.7+20 [flutter flutter_plugin_android_lifecycle image_picker_platform_interface] - image_picker_platform_interface 1.1.1 [flutter meta http plugin_platform_interface] - import_js_library 1.0.2 [flutter html flutter_web_plugins js] - jiffy 3.0.1 [intl] - js 0.6.2 - json_annotation 3.1.1 - logging 0.11.4 - markdown 3.0.0 [args charcode meta] - matcher 0.12.10-nullsafety.1 [stack_trace] - meta 1.3.0-nullsafety.3 - mime 0.9.7 - moor 3.4.0 [meta convert collection synchronized pedantic sqlite3] - octo_image 0.3.0 [flutter flutter_blurhash] - path_provider 1.6.27 [flutter path_provider_platform_interface path_provider_macos path_provider_linux path_provider_windows] - path_provider_linux 0.0.1+2 [path xdg_directories path_provider_platform_interface flutter] - path_provider_macos 0.0.4+8 [flutter] - path_provider_platform_interface 1.0.4 [flutter meta platform plugin_platform_interface] - path_provider_windows 0.0.4+3 [path_provider_platform_interface meta path flutter ffi win32] - pedantic 1.9.2 [meta] - permission_handler_platform_interface 2.0.1 [flutter meta plugin_platform_interface] - petitparser 3.1.0 [meta] - photo_view 0.10.3 [flutter] - platform 2.2.1 - plugin_platform_interface 1.0.3 [meta] - process 3.0.13 [file intl meta path platform] - quiver 2.1.5 [matcher meta] - riverpod 0.12.1 [collection freezed_annotation meta state_notifier] - shared_preferences 0.5.12+4 [meta flutter shared_preferences_platform_interface shared_preferences_linux shared_preferences_macos shared_preferences_web shared_preferences_windows] - shared_preferences_linux 0.0.2+4 [file flutter meta path path_provider_linux shared_preferences_platform_interface] - shared_preferences_macos 0.0.1+11 [shared_preferences_platform_interface flutter] - shared_preferences_platform_interface 1.0.4 [meta flutter] - shared_preferences_web 0.1.2+7 [shared_preferences_platform_interface flutter flutter_web_plugins meta] - shared_preferences_windows 0.0.1+3 [shared_preferences_platform_interface flutter ffi file meta path path_provider_platform_interface path_provider_windows] - simple_animations 1.3.12 [flutter] - sky_engine 0.0.99 - source_span 1.8.0-nullsafety.2 [charcode collection path term_glyph] - sqflite 1.3.2+1 [flutter sqflite_common path] - sqflite_common 1.0.2+1 [synchronized path meta] - sqlite3 0.1.8 [collection ffi meta] - sqlite3_flutter_libs 0.3.0 [flutter] - stack_trace 1.10.0-nullsafety.1 [path] - state_notifier 0.6.0 [meta] - stream_channel 2.1.0-nullsafety.1 [async] - stream_chat 0.2.23+1 [flutter json_annotation shared_preferences logging dio web_socket_channel uuid async stream_channel moor path_provider path rxdart collection sqlite3_flutter_libs] - string_scanner 1.1.0-nullsafety.1 [charcode source_span] - synchronized 2.2.0+2 - term_glyph 1.2.0-nullsafety.1 - test_api 0.2.19-nullsafety.2 [async boolean_selector collection meta path source_span stack_trace stream_channel string_scanner term_glyph matcher] - timezone 0.5.9 [path] - typed_data 1.3.0-nullsafety.3 [collection] - url_launcher 5.7.10 [flutter url_launcher_platform_interface url_launcher_web url_launcher_linux url_launcher_macos url_launcher_windows] - url_launcher_linux 0.0.1+4 [flutter] - url_launcher_macos 0.0.1+9 [flutter] - url_launcher_platform_interface 1.0.9 [flutter meta plugin_platform_interface] - url_launcher_web 0.1.5+1 [url_launcher_platform_interface flutter flutter_web_plugins meta] - url_launcher_windows 0.0.1+3 [flutter] - uuid 2.2.2 [crypto convert] - vector_math 2.1.0-nullsafety.3 - video_player 1.0.1 [meta video_player_platform_interface video_player_web flutter] - video_player_platform_interface 2.2.0 [flutter meta] - video_player_web 0.1.4+1 [flutter flutter_web_plugins meta video_player_platform_interface] - visibility_detector 0.1.5 [flutter] - wakelock 0.2.1+1 [flutter meta wakelock_platform_interface wakelock_web] - wakelock_platform_interface 0.1.0+1 [flutter meta] - wakelock_web 0.1.0+3 [flutter flutter_web_plugins import_js_library js wakelock_platform_interface] - web_socket_channel 1.1.0 [async crypto stream_channel] - win32 1.7.4 [ffi] - xdg_directories 0.1.2 [meta path process] - xml 4.5.1 [collection convert meta petitparser] ```
flutter run -v ``` [ +465 ms] executing: [/Users/bipul/Desktop/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [+5466 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ +1 ms] 1aafb3a8b9b0c36241c5f5b34ee914770f015818 [ +1 ms] executing: [/Users/bipul/Desktop/flutter/] git tag --points-at HEAD [+9981 ms] Exit code 0 from: git tag --points-at HEAD [ ] 1.22.4 [ +18 ms] executing: [/Users/bipul/Desktop/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +79 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/stable [ ] executing: [/Users/bipul/Desktop/flutter/] git ls-remote --get-url origin [ +25 ms] Exit code 0 from: git ls-remote --get-url origin [ +1 ms] https://github.com/flutter/flutter.git [ +453 ms] executing: [/Users/bipul/Desktop/flutter/] git rev-parse --abbrev-ref HEAD [ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +241 ms] executing: sw_vers -productName [ +533 ms] Exit code 0 from: sw_vers -productName [ ] Mac OS X [ ] executing: sw_vers -productVersion [ +17 ms] Exit code 0 from: sw_vers -productVersion [ ] 10.15.7 [ ] executing: sw_vers -buildVersion [ +18 ms] Exit code 0 from: sw_vers -buildVersion [ ] 19H15 [ +1 ms] executing: sysctl hw.optional.arm64 [ +239 ms] Exit code 1 from: sysctl hw.optional.arm64 [ +1 ms] sysctl: unknown oid 'hw.optional.arm64' [ +322 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +172 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +695 ms] executing: /Users/bipul/Library/Android/sdk/platform-tools/adb devices -l [ +15 ms] executing: /usr/bin/xcode-select --print-path [ +230 ms] Exit code 0 from: /usr/bin/xcode-select --print-path [ ] /Applications/Xcode.app/Contents/Developer [ +97 ms] executing: /usr/bin/xcodebuild -version [+17725 ms] Exit code 0 from: /usr/bin/xcodebuild -version [ ] Xcode 12.3 Build version 12C33 [ +4 ms] executing: sysctl hw.optional.arm64 [ +4 ms] Exit code 1 from: sysctl hw.optional.arm64 [ ] sysctl: unknown oid 'hw.optional.arm64' [ ] executing: xcrun xcdevice list --timeout 2 [ +5 ms] xcrun simctl list --json devices [ ] executing: xcrun simctl list --json devices [ +60 ms] List of devices attached [ +139 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.tvOS-13-4" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/B7B00273-3641-4861-B85B-A5004AEB7AAF\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/B7B00273-3641-4861-B85B-A5004AEB7AAF", "udid" : "B7B00273-3641-4861-B85B-A5004AEB7AAF", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/FBFBE0E1-129C-48E4-9136-4A00F9F27642\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/FBFBE0E1-129C-48E4-9136-4A00F9F27642", "udid" : "FBFBE0E1-129C-48E4-9136-4A00F9F27642", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", "state" : "Shutdown", "name" : "Apple TV 4K" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/3EC46D59-AA66-49CB-B70E-47D37F7F0B03\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/3EC46D59-AA66-49CB-B70E-47D37F7F0B03", "udid" : "3EC46D59-AA66-49CB-B70E-47D37F7F0B03", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-14-3" : [ { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/779BEA2D-3C18-4392-B893-2BDF9206B9F5\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/779BEA2D-3C18-4392-B893-2BDF9206B9F5", "udid" : "779BEA2D-3C18-4392-B893-2BDF9206B9F5", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/32281A8F-6587-42B2-8398-A5E9EEEF0D1C\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/32281A8F-6587-42B2-8398-A5E9EEEF0D1C", "udid" : "32281A8F-6587-42B2-8398-A5E9EEEF0D1C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/CC6B87DB-2C33-4979-BEE1-607F640F2476\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/CC6B87DB-2C33-4979-BEE1-607F640F2476", "udid" : "CC6B87DB-2C33-4979-BEE1-607F640F2476", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/DE3BE34A-834E-4E76-809C-9FAA7576CF23\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/DE3BE34A-834E-4E76-809C-9FAA7576CF23", "udid" : "DE3BE34A-834E-4E76-809C-9FAA7576CF23", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/F763C140-88D5-4745-B257-5ADAACF5EEA4\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/F763C140-88D5-4745-B257-5ADAACF5EEA4", "udid" : "F763C140-88D5-4745-B257-5ADAACF5EEA4", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/436B8C5A-1750-4B9D-A39B-80E2A29D5546\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/436B8C5A-1750-4B9D-A39B-80E2A29D5546", "udid" : "436B8C5A-1750-4B9D-A39B-80E2A29D5546", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/91EC136C-F973-434A-A878-C97968431A8A\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/91EC136C-F973-434A-A878-C97968431A8A", "udid" : "91EC136C-F973-434A-A878-C97968431A8A", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini", "state" : "Shutdown", "name" : "iPhone 12 mini" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/146205F7-4512-4591-815D-2A8D19C033F9\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/146205F7-4512-4591-815D-2A8D19C033F9", "udid" : "146205F7-4512-4591-815D-2A8D19C033F9", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12", "state" : "Shutdown", "name" : "iPhone 12" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/505BC214-B90D-421B-B043-ADA975A1C9FC\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/505BC214-B90D-421B-B043-ADA975A1C9FC", "udid" : "505BC214-B90D-421B-B043-ADA975A1C9FC", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro", "state" : "Shutdown", "name" : "iPhone 12 Pro" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/2AFFC63E-195A-45C7-B88C-1C7C46C2B69F\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/2AFFC63E-195A-45C7-B88C-1C7C46C2B69F", "udid" : "2AFFC63E-195A-45C7-B88C-1C7C46C2B69F", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max", "state" : "Shutdown", "name" : "iPhone 12 Pro Max" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/1EA05A2B-7A14-4434-B8C8-6C2E5A2F661D\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/1EA05A2B-7A14-4434-B8C8-6C2E5A2F661D", "udid" : "1EA05A2B-7A14-4434-B8C8-6C2E5A2F661D", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-", "state" : "Shutdown", "name" : "iPod touch (7th generation)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/8AFC1FF8-CBB2-4791-B709-7E18025A484F\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/8AFC1FF8-CBB2-4791-B709-7E18025A484F", "udid" : "8AFC1FF8-CBB2-4791-B709-7E18025A484F", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/97729EB8-E085-4A01-B456-413ED9ACF312\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/97729EB8-E085-4A01-B456-413ED9ACF312", "udid" : "97729EB8-E085-4A01-B456-413ED9ACF312", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/54C41981-8EFD-45D0-9D09-F7EFEC8C0031\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/54C41981-8EFD-45D0-9D09-F7EFEC8C0031", "udid" : "54C41981-8EFD-45D0-9D09-F7EFEC8C0031", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/9D50F585-A279-4274-95E2-BC0FA229A3DB\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/9D50F585-A279-4274-95E2-BC0FA229A3DB", "udid" : "9D50F585-A279-4274-95E2-BC0FA229A3DB", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-", "state" : "Shutdown", "name" : "iPad (8th generation)" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/F006F463-86F4-4D28-8B7E-69247FCBB9F1\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/F006F463-86F4-4D28-8B7E-69247FCBB9F1", "udid" : "F006F463-86F4-4D28-8B7E-69247FCBB9F1", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-", "state" : "Shutdown", "name" : "iPad Air (4th generation)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-6-2" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/E046DCB5-7DFE-4819-B7B7-198709828426\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/E046DCB5-7DFE-4819-B7B7-198709828426", "udid" : "E046DCB5-7DFE-4819-B7B7-198709828426", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 4 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/E9CA2A0A-8B26-453D-9612-EDC1BCB17859\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/E9CA2A0A-8B26-453D-9612-EDC1BCB17859", "udid" : "E9CA2A0A-8B26-453D-9612-EDC1BCB17859", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-4-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 4 - 44mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/2BA52955-CB17-40C3-B84B-3C1515481F4B\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/2BA52955-CB17-40C3-B84B-3C1515481F4B", "udid" : "2BA52955-CB17-40C3-B84B-3C1515481F4B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/05154549-005A-40D5-A834-2679F08F3E83\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/05154549-005A-40D5-A834-2679F08F3E83", "udid" : "05154549-005A-40D5-A834-2679F08F3E83", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.tvOS-14-3" : [ { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/57814A2E-6777-4F13-B155-CD788AC18429\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/57814A2E-6777-4F13-B155-CD788AC18429", "udid" : "57814A2E-6777-4F13-B155-CD788AC18429", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p", "state" : "Shutdown", "name" : "Apple TV" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/A4053CF8-0AAB-4627-B49D-5373DB7D0577\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/A4053CF8-0AAB-4627-B49D-5373DB7D0577", "udid" : "A4053CF8-0AAB-4627-B49D-5373DB7D0577", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K", "state" : "Shutdown", "name" : "Apple TV 4K" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/A3508EE4-479B-49C3-96F9-1632F102C84B\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/A3508EE4-479B-49C3-96F9-1632F102C84B", "udid" : "A3508EE4-479B-49C3-96F9-1632F102C84B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-1080p", "state" : "Shutdown", "name" : "Apple TV 4K (at 1080p)" } ], "com.apple.CoreSimulator.SimRuntime.iOS-13-6" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/DB7A9542-8BFC-4B33-96AC-FD031A14C56F\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/DB7A9542-8BFC-4B33-96AC-FD031A14C56F", "udid" : "DB7A9542-8BFC-4B33-96AC-FD031A14C56F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/63DCB6B3-4AF4-449C-99C7-4F561FB1E7FD\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/63DCB6B3-4AF4-449C-99C7-4F561FB1E7FD", "udid" : "63DCB6B3-4AF4-449C-99C7-4F561FB1E7FD", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/6F2A021C-684A-45ED-A5F9-0D1A6932F306\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/6F2A021C-684A-45ED-A5F9-0D1A6932F306", "udid" : "6F2A021C-684A-45ED-A5F9-0D1A6932F306", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/21B5C991-92CF-4A5A-9E66-2D326720BBD8\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/21B5C991-92CF-4A5A-9E66-2D326720BBD8", "udid" : "21B5C991-92CF-4A5A-9E66-2D326720BBD8", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/CB24F74B-44D1-4C82-AEEF-40BF6558E4B4\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/CB24F74B-44D1-4C82-AEEF-40BF6558E4B4", "udid" : "CB24F74B-44D1-4C82-AEEF-40BF6558E4B4", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/4AD62449-440A-4764-B6D2-68985C435620\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/4AD62449-440A-4764-B6D2-68985C435620", "udid" : "4AD62449-440A-4764-B6D2-68985C435620", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/C3627833-6B67-4B04-A684-AF209C6F6E34\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/C3627833-6B67-4B04-A684-AF209C6F6E34", "udid" : "C3627833-6B67-4B04-A684-AF209C6F6E34", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/65086365-EB04-4C5E-AA3A-F76D2AB23F1F\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/65086365-EB04-4C5E-AA3A-F76D2AB23F1F", "udid" : "65086365-EB04-4C5E-AA3A-F76D2AB23F1F", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-", "state" : "Shutdown", "name" : "iPad (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/4A54B18E-2ABC-4D0F-9CEB-A9BA53CBCBB1\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/4A54B18E-2ABC-4D0F-9CEB-A9BA53CBCBB1", "udid" : "4A54B18E-2ABC-4D0F-9CEB-A9BA53CBCBB1", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/7613DB44-D091-466B-88C3-F094B3204E2C\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/7613DB44-D091-466B-88C3-F094B3204E2C", "udid" : "7613DB44-D091-466B-88C3-F094B3204E2C", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/F1826799-61EB-43FF-A918-14283C2D221B\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/F1826799-61EB-43FF-A918-14283C2D221B", "udid" : "F1826799-61EB-43FF-A918-14283C2D221B", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-", "state" : "Shutdown", "name" : "iPad Air (3rd generation)" } ], "com.apple.CoreSimulator.SimRuntime.watchOS-7-2" : [ { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/AEC4E941-5625-4AF4-A3D6-6CA6524F0722\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/AEC4E941-5625-4AF4-A3D6-6CA6524F0722", "udid" : "AEC4E941-5625-4AF4-A3D6-6CA6524F0722", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 40mm" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/3A3C4314-AFF6-4AC7-80BA-963E33230E98\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/3A3C4314-AFF6-4AC7-80BA-963E33230E98", "udid" : "3A3C4314-AFF6-4AC7-80BA-963E33230E98", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 5 - 44mm" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/D1DDBC34-3345-4CF3-B929-2B9B74824F9C\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/D1DDBC34-3345-4CF3-B929-2B9B74824F9C", "udid" : "D1DDBC34-3345-4CF3-B929-2B9B74824F9C", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 40mm" }, { "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/7ACD9A29-44A3-4372-A7A1-6438B1C09D6B\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/7ACD9A29-44A3-4372-A7A1-6438B1C09D6B", "udid" : "7ACD9A29-44A3-4372-A7A1-6438B1C09D6B", "isAvailable" : true, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm", "state" : "Shutdown", "name" : "Apple Watch Series 6 - 44mm" } ], "com.apple.CoreSimulator.SimRuntime.iOS-13-7" : [ { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/D1F83B76-F0DB-4D69-B13E-5E0E902F2BA7\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/D1F83B76-F0DB-4D69-B13E-5E0E902F2BA7", "udid" : "D1F83B76-F0DB-4D69-B13E-5E0E902F2BA7", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8", "state" : "Shutdown", "name" : "iPhone 8" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/2DAA52D4-DF85-4C69-8EB1-4A11BF842C84\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/2DAA52D4-DF85-4C69-8EB1-4A11BF842C84", "udid" : "2DAA52D4-DF85-4C69-8EB1-4A11BF842C84", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus", "state" : "Shutdown", "name" : "iPhone 8 Plus" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/487198BD-CAEB-44AA-A8D3-AC9ED78D81AC\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/487198BD-CAEB-44AA-A8D3-AC9ED78D81AC", "udid" : "487198BD-CAEB-44AA-A8D3-AC9ED78D81AC", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11", "state" : "Shutdown", "name" : "iPhone 11" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/FE240BB3-1BD7-4CCE-93E2-404D016931FE\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/FE240BB3-1BD7-4CCE-93E2-404D016931FE", "udid" : "FE240BB3-1BD7-4CCE-93E2-404D016931FE", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro", "state" : "Shutdown", "name" : "iPhone 11 Pro" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/B75CCE30-10E9-4EDD-BA5A-2D483BE7EF37\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/B75CCE30-10E9-4EDD-BA5A-2D483BE7EF37", "udid" : "B75CCE30-10E9-4EDD-BA5A-2D483BE7EF37", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max", "state" : "Shutdown", "name" : "iPhone 11 Pro Max" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/A106749C-5E14-4960-8C25-AF4EDA40E837\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/A106749C-5E14-4960-8C25-AF4EDA40E837", "udid" : "A106749C-5E14-4960-8C25-AF4EDA40E837", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-", "state" : "Shutdown", "name" : "iPhone SE (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/8BA614CC-2B30-4A17-B1C2-37FD8ED90C49\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/8BA614CC-2B30-4A17-B1C2-37FD8ED90C49", "udid" : "8BA614CC-2B30-4A17-B1C2-37FD8ED90C49", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-", "state" : "Shutdown", "name" : "iPad Pro (9.7-inch)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/D7093B1D-8E3B-4816-A870-269164AD9551\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/D7093B1D-8E3B-4816-A870-269164AD9551", "udid" : "D7093B1D-8E3B-4816-A870-269164AD9551", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--7th-generation-", "state" : "Shutdown", "name" : "iPad (7th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/188359AD-BB31-4270-A634-C98C9749CA46\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/188359AD-BB31-4270-A634-C98C9749CA46", "udid" : "188359AD-BB31-4270-A634-C98C9749CA46", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (1st generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/AC2E9F99-017C-4679-9AD8-8D4E66A65166\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/AC2E9F99-017C-4679-9AD8-8D4E66A65166", "udid" : "AC2E9F99-017C-4679-9AD8-8D4E66A65166", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (3rd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/F8FED307-1CC7-4B40-8ED7-28E8DB1F8FF6\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/F8FED307-1CC7-4B40-8ED7-28E8DB1F8FF6", "udid" : "F8FED307-1CC7-4B40-8ED7-28E8DB1F8FF6", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-generation-", "state" : "Shutdown", "name" : "iPad Pro (11-inch) (2nd generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/3270261C-9A7B-4CF7-853F-1CB9AC66D809\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/3270261C-9A7B-4CF7-853F-1CB9AC66D809", "udid" : "3270261C-9A7B-4CF7-853F-1CB9AC66D809", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-generation-", "state" : "Shutdown", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "availabilityError" : "runtime profile not found", "dataPath" : "\/Users\/bipul\/Library\/Developer\/CoreSimulator\/Devices\/A498660D-953E-4E1F-BA78-8D5624D0B8E9\/data", "logPath" : "\/Users\/bipul\/Library\/Logs\/CoreSimulator\/A498660D-953E-4E1F-BA78-8D5624D0B8E9", "udid" : "A498660D-953E-4E1F-BA78-8D5624D0B8E9", "isAvailable" : false, "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-", "state" : "Shutdown", "name" : "iPad Air (3rd generation)" } ] } } [+55714 ms] [ { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,2", "identifier" : "F006F463-86F4-4D28-8B7E-69247FCBB9F1", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-air4-1", "modelName" : "iPad Air (4th generation)", "name" : "iPad Air (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad8,12", "identifier" : "54C41981-8EFD-45D0-9D09-F7EFEC8C0031", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-12point9-4th-1", "modelName" : "iPad Pro (12.9-inch) (4th generation)", "name" : "iPad Pro (12.9-inch) (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,2", "identifier" : "146205F7-4512-4591-815D-2A8D19C033F9", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-1", "modelName" : "iPhone 12", "name" : "iPhone 12" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18K559)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV6,2", "identifier" : "A4053CF8-0AAB-4627-B49D-5373DB7D0577", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k", "modelName" : "Apple TV 4K", "name" : "Apple TV 4K" }, { "simulator" : true, "operatingSystemVersion" : "7.2 (18S561)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "7ACD9A29-44A3-4372-A7A1-6438B1C09D6B", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 44mm", "name" : "Apple Watch Series 6 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18K559)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV5,3", "identifier" : "57814A2E-6777-4F13-B155-CD788AC18429", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4", "modelName" : "Apple TV", "name" : "Apple TV" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,1", "identifier" : "CC6B87DB-2C33-4979-BEE1-607F640F2476", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-1", "modelName" : "iPhone 11", "name" : "iPhone 11" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,8", "identifier" : "436B8C5A-1750-4B9D-A39B-80E2A29D5546", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-se-1", "modelName" : "iPhone SE (2nd generation)", "name" : "iPhone SE (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18K559)", "available" : true, "platform" : "com.apple.platform.appletvsimulator", "modelCode" : "AppleTV6,2", "identifier" : "A3508EE4-479B-49C3-96F9-1632F102C84B", "architecture" : "x86_64", "modelUTI" : "com.apple.apple-tv-4k", "modelName" : "Apple TV 4K (at 1080p)", "name" : "Apple TV 4K (at 1080p)" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPod9,1", "identifier" : "1EA05A2B-7A14-4434-B8C8-6C2E5A2F661D", "architecture" : "x86_64", "modelUTI" : "com.apple.ipod-touch-7-2", "modelName" : "iPod touch (7th generation)", "name" : "iPod touch (7th generation)" }, { "simulator" : true, "operatingSystemVersion" : "7.2 (18S561)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "3A3C4314-AFF6-4AC7-80BA-963E33230E98", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 44mm", "name" : "Apple Watch Series 5 - 44mm" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,3", "identifier" : "DE3BE34A-834E-4E76-809C-9FAA7576CF23", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-1", "modelName" : "iPhone 11 Pro", "name" : "iPhone 11 Pro" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "F763C140-88D5-4745-B257-5ADAACF5EEA4", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad11,7", "identifier" : "9D50F585-A279-4274-95E2-BC0FA229A3DB", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-8-wwan-1", "modelName" : "iPad (8th generation)", "name" : "iPad (8th generation)" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,1", "identifier" : "91EC136C-F973-434A-A878-C97968431A8A", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-mini-1", "modelName" : "iPhone 12 mini", "name" : "iPhone 12 mini" }, { "simulator" : true, "operatingSystemVersion" : "7.2 (18S561)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "D1DDBC34-3345-4CF3-B929-2B9B74824F9C", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 - 40mm", "name" : "Apple Watch Series 6 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad6,4", "identifier" : "8AFC1FF8-CBB2-4791-B709-7E18025A484F", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba", "modelName" : "iPad Pro (9.7-inch)", "name" : "iPad Pro (9.7-inch)" }, { "simulator" : true, "operatingSystemVersion" : "7.2 (18S561)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "AEC4E941-5625-4AF4-A3D6-6CA6524F0722", "architecture" : "x86_64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 - 40mm", "name" : "Apple Watch Series 5 - 40mm" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "32281A8F-6587-42B2-8398-A5E9EEEF0D1C", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,4", "identifier" : "2AFFC63E-195A-45C7-B88C-1C7C46C2B69F", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-pro-max-1", "modelName" : "iPhone 12 Pro Max", "name" : "iPhone 12 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "779BEA2D-3C18-4392-B893-2BDF9206B9F5", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,3", "identifier" : "505BC214-B90D-421B-B043-ADA975A1C9FC", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-pro-1", "modelName" : "iPhone 12 Pro", "name" : "iPhone 12 Pro" }, { "simulator" : true, "operatingSystemVersion" : "14.3 (18C61)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad8,9", "identifier" : "97729EB8-E085-4A01-B456-413ED9ACF312", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-11-2nd-1", "modelName" : "iPad Pro (11-inch) (2nd generation)", "name" : "iPad Pro (11-inch) (2nd generation)" } ] [ +14 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ +172 ms] No supported devices connected. [ +18 ms] "flutter run" took 75,342ms. [ +60 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3) #1 RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:353:7) #2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:933:11) #3 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:836:33) #4 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart) #5 AppContext.run. (package:flutter_tools/src/base/context.dart:150:29) #6 _rootRun (dart:async/zone.dart:1190:13) #7 _CustomZone.run (dart:async/zone.dart:1093:19) #8 _runZoned (dart:async/zone.dart:1630:10) #9 runZoned (dart:async/zone.dart:1550:10) #10 AppContext.run (package:flutter_tools/src/base/context.dart:149:18) #11 FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:825:20) #12 CommandRunner.runCommand (package:args/command_runner.dart:197:27) #13 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:335:21) #14 _rootRunUnary (dart:async/zone.dart:1198:47) #15 _CustomZone.runUnary (dart:async/zone.dart:1100:19) #16 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) #17 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) #18 Future._propagateToListeners (dart:async/future_impl.dart:725:32) #19 Future._completeWithValue (dart:async/future_impl.dart:529:5) #20 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15) #21 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13) #22 FlutterVersion.checkFlutterVersionFreshness (package:flutter_tools/src/version.dart) #23 _rootRunUnary (dart:async/zone.dart:1198:47) #24 _CustomZone.runUnary (dart:async/zone.dart:1100:19) #25 _FutureListener.handleValue (dart:async/future_impl.dart:143:18) #26 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:696:45) #27 Future._propagateToListeners (dart:async/future_impl.dart:725:32) #28 Future._completeWithValue (dart:async/future_impl.dart:529:5) #29 Future._asyncCompleteWithValue. (dart:async/future_impl.dart:567:7) #30 _rootRun (dart:async/zone.dart:1190:13) #31 _CustomZone.run (dart:async/zone.dart:1093:19) #32 _CustomZone.runGuarded (dart:async/zone.dart:997:7) #33 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1037:23) #34 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) #35 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5) #36 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13) #37 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5) [+2333 ms] ensureAnalyticsSent: 271ms [ +5 ms] Running shutdown hooks [ ] Shutdown hooks complete [ +1 ms] exiting with code 1 ```
markusaksli-nc commented 3 years ago

Your flutter run -v logs just end with

[ +172 ms] No supported devices connected.

Could you provide the logs with the error? Have you added the GoogleService-Info.plist file in Xcode?

DineshTaral123 commented 3 years ago

Launching lib/main.dart on Bipul’s iPhone in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: W5RS7S6NQB Running Xcode build... Xcode build done. 2417.9s Installing and launching... Waiting for Bipul’s iPhone to report its views... Debug service listening on ws://localhost:51283/ws Syncing files to device Bipul’s iPhone... flutter: [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() flutter: (2021-01-12 11:17:20.418641) ℹ️ 📡 logger setup flutter: (2021-01-12 11:17:20.424328) ℹ️ 📡 http client setup flutter: (2021-01-12 11:17:20.428260) ℹ️ 📡 instantiating new client flutter: runZonedGuarded: Caught error in my root zone.

════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following FirebaseException was thrown building Builder: [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()

The relevant error-causing widget was: Theme file:///Users/bipul/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/stream_chat_flutter-0.2.20+2/lib/src/stream_chat.dart:75:18 When the exception was thrown, this was the stack:

0 MethodChannelFirebase.app (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:118:5)

1 Firebase.app (package:firebase_core/src/firebase.dart:52:41)

2 FirebaseFirestore.instance (package:cloud_firestore/src/firestore.dart:43:21)

3 new CallMethods (package:rxdoctorsapp/CallSection/AgoraModel/call_methods.dart:6:64)

4 new _SplashScreenState (package:rxdoctorsapp/Screens/InitialScreen.dart:38:28)

... ════════════════════════════════════════════════════════════════════════════════════════════════════

DineshTaral123 commented 3 years ago

Yes, I have added GoogleService-Info.plist file in Xcode.

markusaksli-nc commented 3 years ago

Could you provide a minimal complete reproducible code sample that demonstrates the issue?

This shouldn't happen after you call initializeApp