When trying to deploy to ios I am getting the following error:
No profiles for 'de.appgewaltig.diskSpaceExample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'de.appgewaltig.diskSpaceExample'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
disk_space runs in both iOS & Android. Check your process for building your iOS app, the message is complaining about provisioning profiles which you need to generate in your apple developer account.
When trying to deploy to ios I am getting the following error:
No profiles for 'de.appgewaltig.diskSpaceExample' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'de.appgewaltig.diskSpaceExample'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')