Xcode – ITMS-90174: "Missing Provisioning Profile – Apps must contain a provisioning profile in a file named embedded.mobileprovision." on uploading flutter
I built a flutter app and am struggling to upload ipa file for testflight now. I built ipa file with following steps: $ flutter build ios -t lib/main_stg.dart Get Runner.app from step 1 Create ProjectName folder and put the app…