-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Running into function signature issue for Functions.function(app:) after updating from 8.15 #14097
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @mshresthasentri, could you please add a small snippet to help us reproduce the problem? |
Objective C code
Swift code
this last line complains about |
Thanks, but I'm still not able to reproduce. The following builds fine for me:
We'll likely need a reproducible example to help. |
There may be a problem in the Xcode project settings. Are you able to reproduce in a new project? |
Hey @mshresthasentri. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Description
Running into
Argument passed to call that takes no arguments
when passing instance ofFIRApp
toFunctions.functions(app:).
Above functions seems to be working fine in Swift when using SDK version 8.15 but updating FirebaseSDK above that throws the error. The possible workaround for us was to create instance of Functions using Objective C but we have not been able to navigate the issue for Swift.
Reproducing the issue
No response
Firebase SDK Version
10.22.0
Xcode Version
15.3
Installation Method
CocoaPods
Firebase Product(s)
Functions
Targeted Platforms
iOS
Relevant Log Output
No response
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
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: