Replies: 4 comments 1 reply
-
|
Hello @ChauCM please share a build id so i can look into your whole configuration. As the above approach works for me as expected |
Beta Was this translation helpful? Give feedback.
-
|
Actually, the problem is that I'mtrying to use conditional expressions in the bundle_identifier No matching profiles found for bundle identifier "com.example.${{ inputs.app_variant == 'variant_a' && 'moduleX' || 'moduleY' }}.${{ inputs.user_type == 'admin' && 'admins' || 'users' }}.staging" and distribution type "app_store" |
Beta Was this translation helpful? Give feedback.
-
|
@dtrdic let's say I have two apps that share the same codebase but different flavors with different bundle identifiers. How do I build them in one build run? |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I need to dynamically set the
ios_signing.bundle_identifierbased on workflow inputs to avoid creating separate workflows for each bundle ID combination.This approach does NOT work:
Question
How can I dynamically set the iOS bundle identifier based on workflow inputs? Is there a way to achieve this, similar to how Android
PACKAGE_NAMEcan be set dynamically?Currently I have to create separate workflows for each bundle ID combination.
Expected results
working
Actual results
Error:
No matching profiles found for bundle identifier "com.example.${{ inputs.app_variant }}"Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions