-
Notifications
You must be signed in to change notification settings - Fork 18
Description
π Environment
- OS: macOS
- Version/Release: 11.2.3
π¬ Description
Running asc testflight builds list --filter-bundle-ids <bundle ID> returns an error: Error: Specified apps were non found / do not exist: [].
Running the same command without --filter-bundle-ids includes builds with the original bundle ID in the list. It definitely exists.
Further, the error is weird, because a peek at the source indicates that the part in brackets at the end should be the list of bundle IDs asked for that don't exist. If it's empty, the two collections should be equal and the guard above it should pass.
We use separate bundle IDs for prod and staging builds of the same app. The staging bundle ID (com.company.app-staging) filters just fine, while the prod bundle ID (com.company.app) triggers this problem.
π¦Ά Reproduction Steps
Steps to reproduce the behavior, provide an example of the command line issued:
asc testflight builds list --filter-bundle-ids <bundle ID>
π€ Expected Results
A list of existing builds, filtered to just the ones for the matching bundle.
π² Actual Results
An error, even though I can see matching builds when I don't filter by bundle ID.