This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
CodesignEntitlements doesn't seem to work in project #23045
Labels
area-publishing
Issues with the app packaging/publishing process (ipk/apk/msix/trimming)
platform/iOS 🍎
s/needs-attention
Issue has more information and needs another look
t/bug
Something isn't working
Description
When trying to set the entitlements in the project the build pipeline doesn't seem to pick it up. What happens is I get the error:
"This app cannot be installed because its integrity could not be verfied"
In my Maui project I have this:
and in my pipeline I have this:
The ipa gets created but I get the error I listed above.
If I change my pipleline to this it works and runs property on the device:
Why doesn't the build pickup the project properties at build time if they are not being passed as a param on the publish?
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: