Xcode10 wants to implement push notifications, but builds fail with require the provisioning profile with the Push Notifications feature...

Asked 1 years ago, Updated 1 years ago, 80 views

Using the Repro configuration page, I am trying to set up a provisioning profile for my iOS app.However, Provisioning Profile is not found in Build Setting in the first place.

Build Setting

As a result, the push notification setting cannot be turned on and the build fails.

require the provisioning profile with the Push Notifications feature

I searched for the latest method because I thought that the menu configuration and provisioning profile configuration of Build Setting had changed since XCode 10.However, I couldn't find the kind of tutorial I was expecting.

Version 10.2.1(10E1001)
iOS 12.3.1

I would appreciate your advice.

swift xcode

2022-09-30 21:41

1 Answers

The provisioning profile did not appear to have been successfully downloaded to your account.

After restarting XCode and checking Automatically managing in General Signing, it is now available.


2022-09-30 21:41

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.