Value '*' for key 'com.apple.developer.associated-domains' is not supported #17025
Replies: 3 comments 1 reply
-
|
Please update to the latest |
Beta Was this translation helpful? Give feedback.
-
|
fastlane sigh resign --verbose gym/APP.ipa -i “Apple Distribution: . (Rere123)” -p “file.mobileprovision" use_app_entitlements Any recomandation to import / combine it with a custm one : file1.entitlements |
Beta Was this translation helpful? Give feedback.
-
|
in our case the * is generated by the command: file.mobileprovision contains Not sure how we can change his value |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when trying to upload a build to testflight we are getting the following
Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' is not supported.Any idea on how to get rid of the above error. We are using resign to sign the ipa as gym is unable to discover the profiles.
Fastlane version 2.149.1
Beta Was this translation helpful? Give feedback.
All reactions