【发布时间】:2021-12-17 00:08:37
【问题描述】:
我在运行flutter build ios时遇到错误,这是错误消息:
error: No profiles for 'xxxx.onesignal' were found: Xcode couldn't find any iOS App Development provisioning profiles matching
'XXXX.onesignal'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass
-allowProvisioningUpdates to xcodebuild. (in target 'OneSignalNotificationServiceExtension' from project 'Runner')
warning: Provisioning profile "iOS Team Provisioning Profile: XXXXX" for "Runner" contains entitlements that aren't in the
entitlements file: com.apple.developer.usernotifications.time-sensitive, com.apple.developer.fileprovider.testing-mode, and
com.apple.developer.usernotifications.communication. To use these entitlements, add them to your entitlements file. Otherwise, remove
unused entitlements from your provisioning profile. (in target 'Runner' from project 'Runner')
我尝试了所有可用的解决方案,直到我运行另一个问题,并按照以下步骤重现以在苹果开发者帐户上注册一个信号 ID。
但我没有在我的帐户上注册它。我该怎么做才能解决它
【问题讨论】: