You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: