You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm the software versions on my local computer match the ones in CI environment (e.g. Xcode version, Gradle version). See here
I confirm I am able to do a fresh clone of the repository and build the project on my local computer.
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hello. I am having an issue with profiles after moving my workflow from workflow editor (UI) to the codemagic.yaml config. My workflow was working fine when using the workflow editor (see screenshot below with the relevant configuration sections)
When I moved to a codemagic.yaml config, it fails with the following:
No matching profiles found for bundle identifier "com.REDACTED.REDACTED" and distribution type "app_store"
I have verified both the key name CodeMagic - CICD and the bundle identifier com.REDACTED.REDACTED match.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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
Hello. I am having an issue with profiles after moving my workflow from workflow editor (UI) to the
codemagic.yaml
config. My workflow was working fine when using the workflow editor (see screenshot below with the relevant configuration sections)When I moved to a
codemagic.yaml
config, it fails with the following:I have verified both the key name
CodeMagic - CICD
and the bundle identifiercom.REDACTED.REDACTED
match.Here is my config:
Expected results
I expected the CI to build fine
Actual results
The CI is note building fine
Build id (optional)
6518100e8f36db3b59e4a017
Beta Was this translation helpful? Give feedback.
All reactions