Closed
Description
Description
We are experiencing a crash on FPRConfigurations.m line 106
(-[FPRConfigurations objectForInfoDictionaryKey:]
).
Here is the stack trace:
Crashed: com.apple.main-thread
0 ??? 0x1b9f1cf04 (Missing)
1 ??? 0x1ba02c5d4 (Missing)
2 ??? 0x1ba02c5d4 (Missing)
3 ??? 0x1b9f139a4 (Missing)
4 Foundation 0x18a94 -[NSBundle localizedInfoDictionary] + 24
5 Foundation 0x18a3c -[NSBundle objectForInfoDictionaryKey:] + 28
6 App 0x1cf0dc -[FPRConfigurations objectForInfoDictionaryKey:] + 106 (FPRConfigurations.m:106)
7 App 0x1cf664 -[FPRConfigurations diagnosticsEnabled] + 257 (FPRConfigurations.m:257)
8 App 0x1cebd0 +[FPRDiagnostics isEnabled] + 73 (FPRDiagnostics.m:73)
9 App 0x1ceb04 ____FPRAssert_block_invoke + 28 (FPRDiagnostics.m:28)
10 ??? 0x1c1325fdc (Missing)
11 ??? 0x1c1327828 (Missing)
12 App 0x1ceaec __FPRAssert + 85 (once.h:85)
13 App 0x1d8f0c -[FPRInstrumentation registerInstrumentGroup:] + 68 (FPRInstrumentation.m:68)
14 App 0x1d2640 -[FPRClient checkAndStartInstrumentation] + 157 (FPRClient.m:157)
15 App 0x1d2418 -[FPRClient startWithConfiguration:error:] + 140 (FPRClient.m:140)
16 App 0x1d2060 __17+[FPRClient load]_block_invoke + 78 (FPRClient.m:78)
17 ??? 0x1b9ed77b0 (Missing)
18 ??? 0x1b9f7e75c (Missing)
19 ??? 0x1b9f61a34 (Missing)
20 ??? 0x1b9eebdc8 (Missing)
21 Foundation 0x5c4dc -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
22 App 0x191580 +[FIRApp sendNotificationsToSDKs:] + 450 (FIRApp.m:450)
23 App 0x190884 +[FIRApp configureWithName:options:] + 198 (FIRApp.m:198)
24 App 0x190524 +[FIRApp configureWithOptions:] + 130 (FIRApp.m:130)
Reproducing the issue
No response
Firebase SDK Version
10.0.0
Xcode Version
14.1
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics, Crashlytics, Performance
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved
snippet
{
"pins" : [
{
"identity" : "abseil-cpp-swiftpm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"state" : {
"revision" : "583de9bd60f66b40e78d08599cc92036c2e7e4e1",
"version" : "0.20220203.2"
}
},
{
"identity" : "boringssl-swiftpm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/boringssl-SwiftPM.git",
"state" : {
"revision" : "dd3eda2b05a3f459fc3073695ad1b28659066eab",
"version" : "0.9.1"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk.git",
"state" : {
"revision" : "5c4893c55f9d6114e2bb7c691d7ffd81208ac713",
"version" : "10.0.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "0706abcc6b0bd9cedfbb015ba840e4a780b5159b",
"version" : "1.22.2"
}
},
{
"identity" : "nanopb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/nanopb.git",
"state" : {
"revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
"version" : "2.30909.0"
}
}
],
"version" : 2
}
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock
snippet
Replace this line with the contents of your Podfile.lock!