-
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
Fix Performance unit tests on Xcode 15 #11903
Comments
Interestingly, only one test fails running via SPM:
|
Merged
That's a good idea, at least for a workaround - since we don't necessarily need to support our customers using testspecs. |
With firebase/SpecsStaging@3cfca36, I get a successful build, but still see 48 test failures: |
After this change ^ there will be one disabled test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The Performance unit tests should run from Xcode 15
Reproducing the issue
bundle exec pod gen FirebasePerformance.podspec --auto-open --local-sources=./ --platforms=ios
Select the unit test scheme and tes:
Firebase SDK Version
10.16.0
Xcode Version
15
Installation Method
CocoaPods
Firebase Product(s)
Performance
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: