iOS allowed devices isn't updating

Hi!
I have a Cordova app being built, and I’m trying to add a new device to the allowed devices list and can’t seem to have any success. I’ve already done:

  • Added the device on Apple Developer Portal
  • Added the new Provisioning Profile to the Bitrise workflow
  • Added the device on the account devices page
  • Linked the Apple Developer account

And none of these seem to work. The allowed devices list on the artifacts section of the build never changes (even taking out some devices from the profiles). The profiles are being handled with the Certificate and profile installer step.
I’ve also already tried adding both a new physical device, and a simulator on my computer.
Any other clues or things I can try?

Solved, had to update the provisioning profile UDID on build.json

Great to hear!