Replies: 2 comments 1 reply
-
Hello @omar6533, I apologize for the delay in responding. Can you please confirm if you have enabled push notifications from your Apple Developer account? Additionally, I noticed that you are currently using a wildcard bundle ID. To ensure that push notifications work properly, it's important to specify an explicit ID. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is being closed due to no activity. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Got dependencies!
💪 Building with sound null safety 💪
Archiving com.dxp.TawuniyaInsurance...
Automatically signing iOS for device deployment using specified development team in Xcode project: 6B2RBD29WQ
Running pod install... 63.3s
Running Xcode build...
Xcode archive done. 5.2s
Failed to build iOS app
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't support the Associated Domains and Push Notifications capability.
/Users/builder/clone/example/ios/Runner.xcodeproj
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't include the aps-environment and com.apple.developer.associated-domains entitlements. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.
/Users/builder/clone/example/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Encountered error while archiving for device.
Build failed :|
Failed to build for iOS
Expected results
Got dependencies!
💪 Building with sound null safety 💪
Archiving com.dxp.TawuniyaInsurance...
Automatically signing iOS for device deployment using specified development team in Xcode project: 6B2RBD29WQ
Running pod install... 63.3s
Running Xcode build...
Xcode archive done. 5.2s
Failed to build iOS app
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't support the Associated Domains and Push Notifications capability.
/Users/builder/clone/example/ios/Runner.xcodeproj
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't include the aps-environment and com.apple.developer.associated-domains entitlements. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.
/Users/builder/clone/example/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Encountered error while archiving for device.
Build failed :|
Failed to build for iOS
Actual results
Got dependencies!
💪 Building with sound null safety 💪
Archiving com.dxp.TawuniyaInsurance...
Automatically signing iOS for device deployment using specified development team in Xcode project: 6B2RBD29WQ
Running pod install... 63.3s
Running Xcode build...
Xcode archive done. 5.2s
Failed to build iOS app
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't support the Associated Domains and Push Notifications capability.
/Users/builder/clone/example/ios/Runner.xcodeproj
Error (Xcode): Provisioning profile "Xcode: iOS Wildcard App ID ios_app_store 1685616754" doesn't include the aps-environment and com.apple.developer.associated-domains entitlements. Profile qualification is using entitlement definitions that may be out of date. Connect to network to update.
/Users/builder/clone/example/ios/Runner.xcodeproj
It appears that there was a problem signing your application prior to installation on the device.
Verify that the Bundle Identifier in your project is your signing id in Xcode
open ios/Runner.xcworkspace
Also try selecting 'Product > Build' to fix the problem.
Encountered error while archiving for device.
Build failed :|
Failed to build for iOS
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions