-
Hi dear community I am stuck with Certificates and MobileProvistion. I setup I think correctly with new certificate and mobile provisioning in the Code Signing settings **Did not find matching provisioning profiles for code signing!
It then builds fine but when trying to sign the IPA, I get : Encountered error while creating the IPA: which is normal when you look at the message from the "xcode-project use-profiles" step. Any idea why this file is empty after xcode-project use-profiles ? What am I doing wrong ? I spent almost one day on this, and it drives me crazy 🤪 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I tried also with a custom codemagic.yaml instead of workflow builder (build id 63fcd1abcfb996c912972beb) but it fails with the same error message :( |
Beta Was this translation helpful? Give feedback.
-
Finally solved it ... the problem was with flavors. |
Beta Was this translation helpful? Give feedback.
Finally solved it ... the problem was with flavors.
Because of them, bundle id was translated and I did not see it
I finally used xcode-project use-profiles --verbose to witness the change