Skip to content

crash on ios not found #14622

Open
Open
@lwangwangl

Description

@lwangwangl

Description

Run the example in crashlytics with my GoogleService-Info.plist。And I got the log "10.29.0 - [FirebaseCrashlytics][I-CLS000000] Completed report submission with id: 97388c266b4e4784b759bb3b3105287f",But it's not shown in the console。But when I use the unity sdk with same GoogleService-info.plst。It worked。 Is there something i don't know?

Reproducing the issue

No response

Firebase SDK Version

10.29

Xcode Version

16.2

Installation Method

Swift Package Manager

Firebase Product(s)

Crashlytics

Targeted Platforms

iOS

Relevant Log Output

10.29.0 - [FirebaseCore][I-COR000003] The default Firebase app has not yet been configured. Add `FirebaseApp.configure()` to your application initialization. This can be done in in the App Delegate's application(_:didFinishLaunchingWithOptions:)` (or the `@main` struct's initializer in SwiftUI). Read more: https://goo.gl/ctyzm8.
10.29.0 - [FirebaseCore][I-COR000001] Configuring the default app.
10.29.0 - [FirebaseSessions][I-SES000000] Version 10.29.0. Expecting subscriptions from: [Crashlytics]
[Firebase/Crashlytics] Version 10.29.0
10.29.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics] Running on iPhone14,7, 18.0.0 (22A3354)
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Registering Sessions SDK subscription for session data
10.29.0 - [FirebaseSessions][I-SES000000] Registering Sessions SDK subscriber with name: Crashlytics, data collection enabled: true
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Session ID changed: efddf2f9baa5429f8d94e298777cd694
10.29.0 - [FirebaseCrashlytics][I-CLS000000] [Crashlytics:Crash:Reports:Event] Firebase Analytics SDK not detected. Crash-free statistics and breadcrumbs will not be reported
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Automatic data collection is enabled.
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Unsent reports will be uploaded at startup
10.29.0 - [FirebaseInstallations][I-FIS002001] -[FIRInstallationsIDController installationWithValidAuthTokenForcingRefresh:0], appName: __FIRAPP_DEFAULT
10.29.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.29.0 - [FirebaseSessions][I-SES000000] Data Collection is enabled for at least one Subscriber
10.29.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.29.0 - [FirebaseInstallations][I-FIS001001] Sending request: <NSMutableURLRequest: 0x3019a80c0> { URL: https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/ }, body:{"appId":"1:476875080014:ios:88a36c96704357d6f41e1f","fid":"dBasIipISUc9scyrtcuJ1C","authVersion":"FIS_v2","sdkVersion":"i:10.29.0"}, headers: {
    "Content-Type" = "application/json";
    "X-Goog-Api-Key" = "AIzaSyA4ZgvuWPeI1_lYV7MkS_yd1g3Rw5AFPSo";
    "X-Ios-Bundle-Identifier" = "com.kw.pack-dev";
}.
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Crashlytics timed out while checking for Firebase Installation ID
10.29.0 - [FirebaseCrashlytics][I-CLS000000] [Firebase/Crashlytics] Packaged report with id '97388c266b4e4784b759bb3b3105287f' for submission
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Submitting report async
10.29.0 - [FirebaseCrashlytics][I-CLS000000] Completed report submission with id: 97388c266b4e4784b759bb3b3105287f
10.29.0 - [FirebaseSessions][I-SES000000] [Settings] Fetching newest settings failed with error: InstallationIDError("The operation couldn’t be completed. (FirebaseSessions.FirebaseSessionsError error 3.)")
10.29.0 - [FirebaseInstallations][I-FIS002000] -[FIRInstallationsIDController createGetInstallationItemPromise], appName: __FIRAPP_DEFAULT
10.29.0 - [FirebaseSessions][I-SES000000] Successfully logged Session Start event to GoogleDataTransport
10.29.0 - [FirebaseSessions][I-SES000000] Error getting Firebase Installation ID: SessionInstallationsTimeOutError. Skipping this Session Event
Background Task 3 ("GDTCCTUploader-upload"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Task <6320DA60-C5EF-44F6-83B8-AB89E110285E>.<1> finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x3015e0ed0 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <6320DA60-C5EF-44F6-83B8-AB89E110285E>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <6320DA60-C5EF-44F6-83B8-AB89E110285E>.<1>"
), NSLocalizedDescription=The request timed out., NSErrorFailingURLStringKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, NSErrorFailingURLKey=https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog, _kCFStreamErrorDomainKey=4}
Task <F3F67042-4C46-4A8F-BE60-641DB51ED130>.<1> finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x301525260 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <F3F67042-4C46-4A8F-BE60-641DB51ED130>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <F3F67042-4C46-4A8F-BE60-641DB51ED130>.<1>"
), NSLocalizedDescription=The request timed out., NSErrorFailingURLStringKey=https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/, NSErrorFailingURLKey=https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/, _kCFStreamErrorDomainKey=4}
10.29.0 - [FirebaseInstallations][I-FIS001002] Request failed: <NSMutableURLRequest: 0x3019a80c0> { URL: https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/ }, error: Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2102, NSUnderlyingError=0x301525260 {Error Domain=kCFErrorDomainCFNetwork Code=-1001 "(null)" UserInfo={_kCFStreamErrorCodeKey=-2102, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <F3F67042-4C46-4A8F-BE60-641DB51ED130>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
    "LocalDataTask <F3F67042-4C46-4A8F-BE60-641DB51ED130>.<1>"

), NSLocalizedDescription=The request timed out., NSErrorFailingURLStringKey=https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/, NSErrorFailingURLKey=https://firebaseinstallations.googleapis.com/v1/projects/testfire-base-26da8/installations/, _kCFStreamErrorDomainKey=4}.

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions