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
When I reverted Firebase to 10.23.0 using the "Exact Version" in Package Dependencies, it works perfectly fine. I have not submitted it to App Store Connect, I hope that it will pass the build processing. I was able to run the app locally on my Mac computer.
Reproducing the issue
Update Firebase to version 10.23.1 using Swift Package Manager.
Try to run the app locally on the Mac computer.
Can't run the app because of aforementioned warnings.
Firebase SDK Version
10.23.1
Xcode Version
Version 15.3 (15E204a)
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics
Targeted Platforms
macOS
Relevant Log Output
No response
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 Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered:
Hi @anosidium, thanks for reporting. There is a dupe of #12668. there is a manual workaround described in #12668 (comment) OP that may unblock you until 10.24.0 is released (due out next week).
Description
I have a macOS Cocoa app and I updated Firebase to version 10.23.1 and it immediately failed with these warnings:
I tried:
/MyApp/MyApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
file.None of that helped.
When I reverted Firebase to 10.23.0 using the "Exact Version" in Package Dependencies, it works perfectly fine. I have not submitted it to App Store Connect, I hope that it will pass the build processing. I was able to run the app locally on my Mac computer.
Reproducing the issue
Firebase SDK Version
10.23.1
Xcode Version
Version 15.3 (15E204a)
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics
Targeted Platforms
macOS
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: