Help problem with No Provisioning Profile was found for your project #2475
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceIm getting this error building on ios , im not using the codemagic.yml im doing it with the ui
Expected resultshelp Actual results. Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @ccruzsingular please share a build id, because this log snippet is not very useful on its own. You can find the build ID on the build overview page |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, what that would be necessary? I did the steps that appear on the error but still not working
|
Beta Was this translation helpful? Give feedback.
-
The solution was to check if your apple profile and signature are configure to deployment |
Beta Was this translation helpful? Give feedback.
@ccruzsingular please share a build id so i can check the logs
but based on the log above that you shared i can see that Codemagic is trying to archive an app with this bundle
com.visboard.app.visboard.dev
but your provisioning profile has this bundle idcom.visboard.app.visboard
, you can see they don't match.Try checking in your
project.pbxproj
file if thePRODUCT_BUNDLE_IDENTIFIER
has the "wrong" bundle id