Apologies in advance, I'm a newbie. I have an app that runs on my iPhone emulator, but when I plugged in a real iPhone I got some errors.
"Could not build the precompiled application for the device. Error (Xcode): No profiles for 'com.example.dynoTestMay0123' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.dynoTestMay0123'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild." "Verify that the Bundle Identifier in your project is your signing id in Xcode open ios/Runner.xcworkspace"
I have only worked in Flutter/Dart, and no nothing about the Xcode environment or swift language. Can someone please explain to me what this error message is asking of me? I am unsure how to handle this.
To solve this, should I be in Xcode? On the phone itself? Or can this be solved in Flutter? Thank you.