quickstart-ios
quickstart-ios copied to clipboard
Firebase Quickstart Samples for iOS
usr/local/share/agentWork/app/App_iOS-2/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Handlers/FIRCLSMachException.c : 109 The function FIRCLSMachExceptionThreadStart() in FIRCLSMachException.c fails to release a lock it acquires on line 109, which might lead to deadlock.The program fails to release a lock it...
usr/local/share/agentWork/app/App_iOS-2/Pods/FirebaseCrashlytics/Crashlytics/Shared/FIRCLSNetworking/FIRCLSMultipartMimeStreamEncoder.m : 37 The function populateRequest:withDataFromEncoder:() in FIRCLSMultipartMimeStreamEncoder.m sometimes fails to release a system resource allocated by outputStreamToMemory() on line 37.The identified function sometimes fails to release a system resource....
**Summary -** On line 47 of FIRCLSFABNetworkClient.m, the method initWithSessionConfiguration:queue:() performs a URL request without configuring the URL loading system to prevent the caching of HTTP(S) responses.The identified method performs...
**Summary** The application uses custom URL schemes for Inter-Procedure Communication (IPC) which is subject to "URL Scheme Hijacking". **Explanation** Applications may register custom URL schemes for third party applications to...
**Summary** The application fails to validate the calling URL in a URL-based Inter-Procedure Communication (IPC) call. **Explanation** When a third party application or webview uses a URL to communicate with...
**Summary** The application fails to verify the sender of a URL-based Inter-Procedure Communication (IPC) call. **Explanation** When a third party application or webview uses a URL to communicate with your...
**usr/local/share/agentWork/app/App_iOS-2/App/Pods/FirebaseCrashlytics/Crashlytics/Crashlytics/Models/FIRCLSFileManager.m : 64** **usr/local/share/agentWork/app/App_iOS-2/App/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m : 150** **Summary** On line 64 of FIRCLSFileManager.m, the method createFileAtPath:contents:attributes:() writes data to a file lacking sufficient encryption settings.The identified method writes data to a...
Followed the tutorial to install Firebase and encountered an error, ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null) #0 FirebaseCoreHostApi.initializeCore (package:firebase_core_platform_interface/src/pigeon/messages.pigeon.dart:210:7) #1 MethodChannelFirebase._initializeCore (package:firebase_core_platform_interface/src/method_channel/method_channel_firebase.dart:29:44) #2...
We have integrated Firebase crashlytics and when run the below script locally getting the issue. Script: xcodebuild -workspace "UCF/UCF iOS.xcworkspace" -scheme "UCF iOS" -sdk iphoneos -configuration Debug "GCC_PREPROCESSOR_DEFINITIONS=\"DEBUG=1\" \"FS_DATA_PIPELINE_ENABLED=1\" \"UCF_PROVISIONING_STAGING=1\"...