【问题标题】:No profiles for 'XXXXX.onesignal' were found未找到“XXXXX.onesignal”的配置文件
【发布时间】: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。

但我没有在我的帐户上注册它。我该怎么做才能解决它

【问题讨论】:

    标签: xcode flutter onesignal


    【解决方案1】:

    1.首先,您可以使用以下 url.here 生成您的应用证书以进行临时和开发。

    【讨论】:

    • 我已经有了一个
    • 所以你可以选择自动登录证书。
    【解决方案2】:

    我已通过关注此网址here 解决了部分错误。

    这个错误给我留下了

     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')
    

    【讨论】:

      猜你喜欢
      • 2017-08-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-10-24
      相关资源
      最近更新 更多