exportArchive: requires a provisioning profile with the Push Notifications feature

I am getting this issue of ionic 4 and xcode 10.12.1

Running command: xcodebuild -exportArchive -archivePath Handshek.xcarchive -exportOptionsPlist /Users/kodetra/KodetraTechnologies/Projects/Ionic/handshek-mobile/platforms/ios/exportOptions.plist -exportPath /Users/kodetra/KodetraTechnologies/Projects/Ionic/handshek-mobile/platforms/ios/build/device
2019-06-23 10:17:10.760 xcodebuild[21542:121234] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path ‘/var/folders/4t/zl9fny29647b84ppqk1swcpr0000gn/T/Handshek_2019-06-23_10-17-10.759.xcdistributionlogs’.
error: exportArchive: “Handshek.app” requires a provisioning profile with the Push Notifications feature.

Error Domain=IDEProvisioningErrorDomain Code=9 ““Handshek.app” requires a provisioning profile with the Push Notifications feature.” UserInfo={NSLocalizedDescription=“Handshek.app” requires a provisioning profile with the Push Notifications feature., NSLocalizedRecoverySuggestion=Add a profile to the “provisioningProfiles” dictionary in your Export Options property list.}

**** EXPORT FAILED ****

xcodebuild: Command failed with exit code 70
[ERROR] An error occurred while running subprocess cordova.

Any idea how to fix this issue

Looks like you need to login to the developer portal and setup push notifications. The current provisional profile looks like it is not setup for APNS

This is capabilities enabled on my profile

Did you ever solve this? if so, what was the solution?