You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of Firebase is built with ARC. We'll need more specific information about the specific binary or a reproducible example without flutter. Otherwise you may want to try a Flutter support channel.
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
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
snippet
The text was updated successfully, but these errors were encountered: