error: No profile for team #3137
Replies: 2 comments 1 reply
-
Hey @divyangkhatri I recommend a different approach—using Codemagic build inputs combined with automatic code signing. This lets you define a single, flexible workflow that dynamically adapts based on the selected scheme and variable group. Each build can target either app (Dok Wallet or KIML Wallet) by simply selecting the desired scheme through the UI or API trigger.
Just define the When triggering a build manually, Codemagic will prompt you to select which scheme to build: |
Beta Was this translation helpful? Give feedback.
-
can't we do in single build @dtrdic ? |
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?
React Native
Steps to reproduce
The above is a workflow in a YAML file.
I’m trying to build and upload two schemas in a single React Native project within single codemagic workflow.
One schema is coinswallets for the “Dok Wallet”, and the other is kimlwallet for the “KIML Wallet”.
Both Dok Wallet and KIML Wallet are deployed under separate Apple Developer accounts, which means they have different team_ids and certificates.
Expected results
The build should work properly and successfully upload to App Store TestFlight.
Actual results
I’m getting the following error:
In the build logs, the error is:
Here, 9HJ6G8C9BU is the team ID for Dok Wallet, and N9US926Q47 is the team ID for KIML Wallet.
I’m not sure why the Dok Wallet team ID (9HJ6G8C9BU) is being used when building the KIML Wallet.
How can I fix this issue?
Build id (optional)
6844150ea73575dd68a42d5d
Beta Was this translation helpful? Give feedback.
All reactions