Skip to content

Binaries Not Utilizing Automatic Reference Counting (ARC) #14727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
arunkumarchauhan opened this issue Apr 16, 2025 · 2 comments
Open

Binaries Not Utilizing Automatic Reference Counting (ARC) #14727

arunkumarchauhan opened this issue Apr 16, 2025 · 2 comments

Comments

@arunkumarchauhan
Copy link

arunkumarchauhan commented Apr 16, 2025

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)
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@paulb777
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants