Match - Fastlane is not automatically downloading the updated provisioning profile (New Devices gets added).
I use this command
match(type: "development", readonly: true, force_for_new_devices: true)
if i do this:
match(type: "development", force_for_new_devices: true)
it creates every time new provisioning profile and that is annoying and flood the Apple account without deleting old ones.
Any help if I am missing something.
Thanks.