Hello,
I try to create screenshots for my iOS Flutter app using the iOS simulator.
I need those screenshots to submit my app to the App Store.
The problem is, all the simulators (iPhone, iPad etc) show a prominent DEBUG sign on the top of the simulator screen.
Is there a setting, either in xCode or Simulator app that allows running the simulator in non-debug mode?
App store requires screenshots for several different types of devices, and I don't have (or can afford) all of them.
I run xCode 14 on macOs Monterrey.
In a more general mode - how do people create screenshots for iOS without owning a bunch of physical Apple devices?
I looked for a way to run xCode in non-debug mode, with no success.
I also ran iOS simulator using "flutter run" command out of the console, but it still launches the iOS simulator in debug mode.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,
I have an Xcode project that I want to deploy to App Store.
When I run Product>Archive I receive an "Archive failed" error in the Signing And Capabilities section.
I tried both "Automatically Manage Signing" checked and unchecked.
When "Automatically Manage Signing" is unchecked, I receive 2 errors:
"Failed to create a provisioning profile. There are no devices registered in your account on the developer website..."
and
"No profiles for 'net.myprojectname' were found. XCode could not find any IOS development provisioning profiles matching 'net.myprojectname'
When "Automatically Manage Signing" is checked, I receive those same 2 errors even before I run Product>Archive.
I do have a provisioning profile that appears to be visible to Xcode when the Automatically Manage Signing is unchecked.
When I try to just build the project and run it on the simulator, it works fine.
Again, all I want is to deploy the project to the App Store.
Do I really need a registered iPhone in order to do so? (I don't have one)
Or is there another way to solve it?
Thank you in advance for any help.