我正在开发一个iOS应用,并已成功在各种设备上构建并运行了该项目。几天前我就能够构建并运行该项目,但是,我得到了错误:
error: Provisioning profile "iOS Team Provisioning Profile: com.mitchellwolfe.frictionless-access-iphone" doesn't support the Keychain Sharing capability. (in target 'frictionless-access-iphone')
和
error: Provisioning profile "iOS Team Provisioning Profile: com.mitchellwolfe.frictionless-access-iphone" doesn't include the application-identifier and keychain-access-groups entitlements. (in target 'frictionless-access-iphone')
自上次成功构建以来,未进行任何更改。此错误影响 所有项目。
这些是我已经尝试过的动作
$(PRODUCT_BUNDLE_IDENTIFIER)$(BUNDLE_SUFFIX)
添加到捆绑标识符info.plist build legacy system
在搜寻互联网之后,我仍然找不到可行的解决方案?关于如何解决此错误,我有何建议?