cocoapods-generate
cocoapods-generate copied to clipboard
Generated app targets no longer have a test scheme with test_specs as deps
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.
Is this with the same version of cocoapods? Are the steps to take to repro the regression?
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