I'm using match
and register_devices
to get the right devices in my profiles.
When I remove devices via Apple Developer Fastlane tells me it can't find my provisioning profile anymore. So I have to nuke everything and create it again via Fastlane.
Is there a better way? Something like register_devices
that throws out missing devices from the provisioning profile, when I deleted them from the call or something?