We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using scheme.configure_with_targets(nil, test_target) causes test targets in the scheme to have archiving enabled.
scheme.configure_with_targets(nil, test_target)
I believe this was caused by #614 but causes test targets that are added to have archiving, profiling and building enabled. See below screenshots.
Xcodeproj - 1.6.0:
Xcodeproj - 1.7.0:
The text was updated successfully, but these errors were encountered:
@dostrander
Sorry, something went wrong.
[CocoaPods#618] Fix test entries scheme options
774b1a3
767ad81
b32cdd0
Merge pull request #622 from dostrander/dostrander/fix-618
99ae4ec
[#618] Fix test entries scheme options
No branches or pull requests
Using
scheme.configure_with_targets(nil, test_target)
causes test targets in the scheme to have archiving enabled.I believe this was caused by #614 but causes test targets that are added to have archiving, profiling and building enabled. See below screenshots.
Xcodeproj - 1.6.0:
Xcodeproj - 1.7.0:
The text was updated successfully, but these errors were encountered: