-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
🦺[Tech Debt] Fixed podfile: Firebase cocoapod #78
Conversation
kcw-grunt
commented
Jul 11, 2021
- Cleaned up podfile
- Turning off the code coverage allows the SwiftUI canvas to work
pod 'Firebase/Analytics', '~> 6.0' | ||
pod 'Firebase/Crashlytics', '~> 6.0' | ||
# add pod 'SwiftLint' | ||
pod 'Firebase/Analytics' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad edit from months ago. This updates the Firebase pod
@@ -28,7 +28,6 @@ | |||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | |||
shouldUseLaunchSchemeArgsEnv = "YES" | |||
enableASanStackUseAfterReturn = "YES" | |||
codeCoverageEnabled = "YES" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a Xcode bug. You can't run code coverage and run SwiftUI canvas
Looks good other than the test faking for some reason. Why is that? |
Bitrise has a step that can run pod install or use the cache., based on the Podfile.lock. I need to take a look.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reran test on Bitrise, Tests now passing, if this PR is still applicable, good to merge now.
52715a7
to
6872169
Compare
- Cleaned up podfile - Turning off the code coverage allows the SwiftUI canvas to work
6872169
to
6606766
Compare