Replies: 1 comment 2 replies
-
Hi @ubangy, if you do not see the profile set up on Xcode under the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are trying to run
xcodebuild build-for-testing
in a post build script, without using codemagic.yaml. We have setup the developer portal key and the code signing identities. However we get the following error:Error (Xcode): No profiles for 'com.example.app' were found
We have tried adding
xcode-project use-profiles
to the build script but this does not find any signing info or provision profiles even though they are setup.Is there a way to do this without having to change over to codemagic.yaml?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions