mboeddeker / disk_space

MIT License
15 stars 65 forks source link

android package showing up in xcode #2

Open oakdance opened 3 years ago

oakdance commented 3 years ago

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')

abhlabs commented 2 years ago

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.