匹配 - fastlane 不会自动下载更新配置文件(我在开发者帐户中添加了新设备)

Match - fastlane is not automatically downloading the update provisioning profile (I added new devices in developer account)

匹配 - Fastlane 不会自动下载更新的配置文件(添加新设备)。

我用这个命令

match(type: "development", readonly: true, force_for_new_devices: true)

如果我这样做:

match(type: "development", force_for_new_devices: true)

它创造 每次新的配置文件都很烦人并且充斥着 Apple 帐户而不删除旧的。

如果我遗漏了什么,请提供帮助。

谢谢。

匹配工具修复了这个问题,

如果我发出命令:

match(type: "development", force_for_new_devices: true)

它会自动修复和更新旧的配置文件。

谢谢。