-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Refactor product name for runIOS, enable multi-line #13826
Conversation
Updated FULL_PRODUCT_NAME regex to match across multiple lines, which is the case for iOS build output. Includes refactor to export getProductName for testing.
Travis build is failing for iOS:
and tvOS:
I can't correlate these errors to my changes. Anyone have any insights? |
While I can't help with the failing Travis build, I would also appreciate this fix being merged. We have a few different configurations of our app with different Product Names, and we're running into the same issue where the builds won't install to the simulator if built with |
@dkpalmer I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
Updated
FULL_PRODUCT_NAME
regex to match across multiple lines, whichis the case for iOS build output. Includes refactor to export
getProductName for unit testing.
Motivation (required)
Fixes an issue introduced in #13001
where custom app names may no longer found in the iOS build output due to
change in regex, depending on
FULL_PRODUCT_NAME
print in build output.What existing problem does the pull request solve?
Test Plan (required)
Manually ran:
Before change:
After change:
Additionally, added unit tests to exhaust case where: