I have recently implemented "XCode Cloud Workflow" for my apps to deploy to TestFlight. I am using custom fonts in my code which gets included without any issues when I create the project archive via "XCode Product Archive".
However when the archive gets created via "XCode Cloud Workflow" the fonts are not employed inside the app screens. I can see the fonts file are included in the "XCode Cloud Product Archive" artifact, however they have not applied in the screens. They don't throw any error as well. Due to this I could NOT use "XCode Cloud Workflow" for my apps. Anyone is experiencing such issues?