Skip to content
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

Generated app targets no longer have a test scheme with test_specs as deps #66

Open
mikehaney24 opened this issue Jun 2, 2020 · 2 comments

Comments

@mikehaney24
Copy link

This seems like a regression from v1.6.0 because I could run all test targets for a given platform by running the test action on the platform-specific generated app target. Now, it seems like I need to select the individual test targets I want to run.

image

@segiddins
Copy link
Contributor

Is this with the same version of cocoapods? Are the steps to take to repro the regression?

@mikehaney24
Copy link
Author

cocoapods version didn't appear to matter (1.8.4 exhibited the same behavior as 1.9.3)

Steps to repro (similar, but not the same as the other issue I've recently reported):

brew install protobuf nanopb-generator
easy_install --user protobuf
git clone [email protected]:firebase/firebase-ios-sdk.git
cd firebase-ios-sdk
pod gen GoogleDataTransportCCTSupport.podspec --auto-open --gen-directory=firebase-ios-sdk/gen --local-sources=firebase-ios-sdk --clean --verbose --platforms=ios,macos,tvos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants