Description
Description
Hi Team ,
I Encountering Binaries Not Utilizing Automatic Reference Counting (ARC) in iOS build on code scanning tool.
i have a flutter project in which i am using firebase_core: ^3.13.0 and firebase_auth: ^5.5.2.
on native ios side in Podfile.lock we have
Firebase/Auth (11.10.0) ,
Firebase/Core (11.10.0),
RecaptchaInterop (~> 101.0)
FirebaseAuthInterop (11.11.0)
FirebaseCoreExtension (11.10.0):
FirebaseAppCheckInterop (11.11.0)
Following are the evidenced reported:
{
"path": "Payload/Runner.app/Frameworks/FirebaseAppCheckInterop.framework/FirebaseAppCheckInterop",
"kind": "fail",
":hashcode": "GC5OEJnDxHSbwYslpF6wNg==",
"metadata": {
"evidenceKey": [
"xyz"
]
}
},
{
"path": "Payload/Runner.app/Frameworks/FirebaseAuthInterop.framework/FirebaseAuthInterop",
"kind": "fail",
":hashcode": "Aq2qhugdHuvRVhYnf8GDUA==",
"metadata": {
"evidenceKey": [
"Aq2qhugdHuvRVhYnf8GDUA=="
]
}
},
{
"path": "Payload/Runner.app/Frameworks/FirebaseCoreExtension.framework/FirebaseCoreExtension",
"kind": "fail",
":hashcode": "228aTcBsgdbO58+U2PGKIw==",
"metadata": {
"evidenceKey": [
"228aTcBsgdbO58+U2PGKIw=="
]
}
},
{
"path": "Payload/Runner.app/Frameworks/RecaptchaInterop.framework/RecaptchaInterop",
"kind": "fail",
":hashcode": "JJkr+MYSrksNFTF8jr+MfA==",
"metadata": {
"evidenceKey": [
"JJkr+MYSrksNFTF8jr+MfA=="
]
}
}
Reproducing the issue
No response
Firebase SDK Version
11.10.0
Xcode Version
16.2
Installation Method
CocoaPods
Firebase Product(s)
Authentication, All
Targeted Platforms
iOS
Relevant Log Output
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
snippet
Firebase/Auth (11.10.0) ,
Firebase/Core (11.10.0),
RecaptchaInterop (~> 101.0)
FirebaseAuthInterop (11.11.0)
FirebaseCoreExtension (11.10.0):
FirebaseAppCheckInterop (11.11.0)