-
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
'FIRHeartbeatsPayload' for instance message is a forward declaration #12891
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
@Spatel91111 , could you share your Podfile and/or a reproducible example? |
Hello @ncooke3 Before I have used as below pods installed pod 'Firebase/Core', '8.12.1' Now update my podfile with below code pod 'Firebase/Core' and pod update command and build project getting above error. |
@Spatel91111 The mix of 8.x and 10.x versions in the first could be problematic. Please also share the resulting Podfile.lock |
Hey @Spatel91111. 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! |
Since there haven't been any recent updates here, I am going to close this issue. @Spatel91111 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Description
Updating latest pods getting this error 'FIRHeartbeatsPayload' for instance message is a forward declaration
Reproducing the issue
No response
Firebase SDK Version
10.25.0
Xcode Version
15.0
Installation Method
CocoaPods
Firebase Product(s)
Analytics, Crashlytics, Messaging, Performance, Remote Config
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: