Hello,
Our macOS app includes a Password AutoFill extension and both the host app and extension have the entitlement for AutoFill Credential Provider. We have found that in Xcode 13 RC, when we attempt to archive our app using xcodebuild
we receive this error:
Cannot create Developer ID provisioning profile for "our.app.ID" The AutoFill Credential Provider capability is not available for Developer ID provisioning profiles. Disable this feature and try again.
And a similar message for our extension's app id.
We believe this to be a bug as building/archiving/submitting using Xcode 12 worked fine with this same entitlement.
Otherwise, are non-Mac App Store apps now being excluded from including Password AutoFill capability? We've been shipping this feature to our customers in our Developer ID signed app since it first became available in macOS Big Sur.
We'd appreciate it if someone could look into this right away, we have filed a feedback report: FB9634952.