UE 5.4.3 cannot find mobile provisions

My provision profile and signing certificate are newly created, while my UE 5.4.3 cannot find any mobile provisions in iOS setup.
I also have a UE 4.27.2, it can recognize my mobile provisions, is this an incompatible between the newest UE version and iOS development?

I am facing the same issues with my current project, as provisioning file and certificate are not displayed in the project settings, however I am still able to package my project.

According to the guide you would have to create and import the required files as before. But on ‘Appendix C:’ it tells the following:
“In UE 5.3 and newer, automatic code signing is the preferred method for handling signing certificates in Development builds. …”

I maybe wrong here, but it looks like on mac the singing task has been moved and is handled completely in the background by Xcode.

Thank you for your information

Make sure the certificates you imported are valid in your keychain, their status should be a green checkmark. I had to first select “always trust” and then select “system determined”

Thanks for the info