CI/CD Workflow Mobile Provisioning Profile Issues xCode 16.4

Hello, when building and signing my application in a Github actions workflow, I am facing an issue on the latest version of xCode (16.4). This issue is resolved by downgrading to 16.3.

My CI/CD pipeline is running headless and installing provisioning profile to ~/Library/MobileDevice/Provisioning Profiles.

Additional information can be found on this Github issue: https://github.com/flutter/flutter/issues/174581

CI/CD Workflow Mobile Provisioning Profile Issues xCode 16.4
 
 
Q