In AppFlow, when I choose a NON-Apple Silicon build stack, my iOS build works perfectly.
But, when I choose the “Apple Silicon” build stack, my iOS build fails with the error shown below.
The ONLY difference is the build stack. What do I need to change to make this build for the Apple Silicon build stack?
There seems to be a mismatch between your provided export_method
in gym
and the selected provisioning profiles. You passed the following options:
export_method: enterprise
Bundle identifier: com.test.app
Profile name: Test App
Profile type: development
Make sure to either change the export_method
passed from your Fastfile or CLI
or select the correct provisioning profiles by updating your Xcode project
or passing the profiles to use by using match or manually via the export_options
hash